Doodle Exchange is an intuitive app that lets you select colors and create drawings with ease. You can undo any action or clear the entire canvas at any time. Once you're satisfied with your drawing, simply click the submit button to view the final result. Additionally, you can play it with friends to see who figures it out first.
Before you begin, you need to install the following tools:
- Node (>= v18.17)
- Yarn (v1 or v2+)
- Git
To get started, follow the steps below:
Clone this repo & install dependencies
git clone https://github.com/BuidlGuidl/doodle-exchange
cd doodle-exchange
yarn install
Obtain your own OpenAI API Key from this link and add it to the packages/nextjs/.env
file as OPENAI_API_KEY
.
Start your NextJS app:
yarn start
Visit your app on: http://localhost:3000
.