This app is modified from the Sample todo app of MDN/todo-react.
This app is for learning purposes ONLY and it is never meant to be a production calculator for ANY purposes. The code is UGLY and I have no intention to improve that since it is just a quick learning project.
The app is based on MDN todo app. Understanding client-side JavaScript frameworks : React tutorials.
I would like to thank MDN on such great ReactJS learning tutorial.
To get this app running locally, you'll need to have Node.js and Yarn installed on your machine. In the project directory, you can run:
yarn && yarn start
More information about the available commands can be found in the Contributing guide.
This project is licensed under the LICENSE.