https://github.com/christianliebel/todo-ai
https://github.com/christianliebel/todo-ai
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/christianliebel/todo-ai
- Owner: christianliebel
- Created: 2024-12-12T12:05:14.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-12T13:06:28.000Z (about 1 year ago)
- Last Synced: 2025-04-24T13:49:40.449Z (9 months ago)
- Language: TypeScript
- Size: 148 KB
- Stars: 28
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo AI
Todo list demo application for the on-device AI blog post series.
## Setup
To run this demo, clone this repository and run the following commands:
```shell
npm i
npm start
```
## Branches
There are three branches:
1. `main`: normal to-do app
2. `web-llm`: AI chatbot using WebLLM
3. `prompt-api`: AI chatbot using Prompt API