Back to Jotai

Todos

examples/todos/README.md

2.19.1691 B
Original Source

Todos

Description

Create a todo list, mark tasks as completed, and switch between Completed and Incomplete to filter items.

Set up locally

bash
git clone https://github.com/pmndrs/jotai

# install project dependencies & build the library
cd jotai && pnpm install

# move to the examples folder & install dependencies
cd examples/todos && pnpm install

# start the dev server
pnpm dev

Set up on StackBlitz

Link: https://stackblitz.com/github/pmndrs/jotai/tree/main/examples/todos