Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fitzy1321/brave-ai-todolist-app
Creating a React TodoList App with Brave AI llm
https://github.com/fitzy1321/brave-ai-todolist-app
brave-ai brave-search-ai todo-app-react todolist todolist-app vite vite-react
Last synced: about 7 hours ago
JSON representation
Creating a React TodoList App with Brave AI llm
- Host: GitHub
- URL: https://github.com/fitzy1321/brave-ai-todolist-app
- Owner: fitzy1321
- License: unlicense
- Created: 2024-07-09T22:38:16.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-10T05:47:06.000Z (4 months ago)
- Last Synced: 2024-10-09T20:06:17.650Z (about 1 month ago)
- Topics: brave-ai, brave-search-ai, todo-app-react, todolist, todolist-app, vite, vite-react
- Language: JavaScript
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Brave AI Todolist App
## How this app was created
I was surfing the web, and realized Brave Search has an llm. So I asked it to make a React TodoList App.
So I entered this prompt into the Brave AI: `generate react app, todo list app with checkbox and saves items to localStorage`
All the code in the `src` folder (except for `src/main.jsx`), was generated by Brave Search AI.
### pnpm
pnpm is faster than npm, and I like new shinies ✨
```sh
# what I did to create this app
npm install -g pnpmpnpm create vite brave-ai-todolist-app
# selected React and JavaScript + SWC in vite prompt>
```## Running app locally
```sh
pnpm install
pnpm run dev
```