Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 pnpm

pnpm create vite brave-ai-todolist-app
# selected React and JavaScript + SWC in vite prompt>
```

## Running app locally

```sh
pnpm install
pnpm run dev
```