Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thegreatbonnie/aipoweredtodolistgenerator


https://github.com/thegreatbonnie/aipoweredtodolistgenerator

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

This is a demo that showcases using CopilotKit to build a simple Todo app.

Clone the repo

```
git clone https://github.com/TheGreatBonnie/AIpoweredToDoListGenerator
```

Add your OpenAI API key
Add your environment variables to .env.local in the root of the project.

```
OPENAI_API_KEY=your-api-key
```

Install dependencies

```
npm install
```

Run the development server

```
npm run dev
```

Open the demo
Open http://localhost:3000 with your browser to see the result.