Skip to main content
Module

x/jotai/examples/todos/README.md

👻 Primitive and flexible state management for React
Go to Latest
File

Todos Open in CodeSandbox

Description

Record your todo list by typing them into this app, check them if you have completed the task, and switch between Completed and Incompleted to see the status of your task.

Set up locally

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

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

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

# start the dev server
yarn start

Set up on codesandbox

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