kenyontu / recoiljs-react-demo

Todo app to explore the features of the Recoil state management library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo project to explore the features of the Recoil state management library.

It is a To-do app that syncs its data with a backend (generated by json-server).

This project was bootstraped with create-react-app.

Starting the app

Run the yarn start:db command to start the json-server server, then in another terminal, run the command yarn start to start the app.

About

Todo app to explore the features of the Recoil state management library.


Languages

Language:JavaScript 54.9%Language:CSS 33.7%Language:HTML 11.4%