Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thegreatbonnie/aipoweredtodolistgenerator
https://github.com/thegreatbonnie/aipoweredtodolistgenerator
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thegreatbonnie/aipoweredtodolistgenerator
- Owner: TheGreatBonnie
- Created: 2024-05-28T14:17:12.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-05-28T14:23:32.000Z (8 months ago)
- Last Synced: 2024-11-10T00:17:48.755Z (2 months ago)
- Language: TypeScript
- Size: 99.6 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.