Live Demo: http://todo-react-mobx.surge.sh/
'REACTMOBX TODO' is just a simple todo app developed with React, Mobxjs and Material Bootrap.
The App use Window.localStorage to store his state and save the user data. Open the console to see Mobxjs in action.
Clone this repository and run yarn
or npm install
.
Run yarn start
or npm start
to start the project. Then open your browser at http://localhost:3000
This project was bootstrapped with Create React App.