/recoiljs-react-demo

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

Primary LanguageJavaScript

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.