JMREACT is a React sample project for manage to-dos, saving the states on the browser localstorage.
clone the repository
git clone <url>
Use the package manager npm to install dependencies
npm install
To run the project
npm start
enjoy :)
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.