Skip to content

cnowdev/dreamscape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dreamscape

Dreamscape is a React Native app built with Expo that allows users to journal their dreams and use AI to generate images of and rewrite their dreams.

Features

  • Journal and log your dreams
  • AI-powered dream rewriting
  • AI-generated dream imagery
  • Intuitive and user-friendly interface

Tech Stack

  • Frontend: React Native, Expo
  • Backend: Node.js, Express
  • AI Integration: OpenAI API

Setup Instructions

Prerequisites

  • Node.js installed
  • npm installed
  • Expo CLI installed (npm install -g expo-cli)

Environment Variables

Create a .env file in the root directory with the following content:

OPENAI_API_KEY=your-api-key-here

Start API Server

  1. Navigate to the API directory:
    cd api
  2. Install dependencies:
    npm install
  3. Start the development server:
    npm run dev

Start Client Development Server

  1. Navigate to the client directory:
    cd client
  2. Install dependencies:
    npm install
  3. Start the Expo development server:
    npx expo start

Contributing

Feel free to contribute by submitting issues or creating pull requests.

License

This project is licensed under the MIT License.

Contact

For any inquiries, feel free to reach out to my email: siddhu.vsss@gmail.com

About

An AI dream journaling app built with React Native

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors