Skip to content

BuidlGuidl/doodle-exchange

 
 

Repository files navigation

🎨 Doodle Exchange

image

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.

Requirements

Before you begin, you need to install the following tools:

Quickstart

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.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.8%
  • JavaScript 1.2%
  • Other 1.0%