This project was bootstrapped with Create React App.
A project itself provides a task tracker, with two columns, open and completed tasks. Task can be added, by filling input form and pressing enter, deleted using cross button, swapped to opposite column by marking checkbox on it, or set time limits using clock icon. Once time limits set, task would be considered as soon starting for fifteen minutes before time stated on task and as running for forty five minutes from timestamp stated on it.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.