This project was made with the purpose of learning ReactJS.
The boilerplate was created using create-react-app.
The app simple-tasks
can be used to track routine/daily tasks that does not require much than a couple of minutes to complete. The user can add new tasks in order to track, or remove the ones from the loaded sample. When the task is completed, the user is notified.
The data is stored on browser's localStorage.
In order to run the app on your local machine, clone the app and run:
npm install
npm start
The app wil run on port 3000.
The code is open source, so suggestions of what I could've done better are welcomed.