This is built to keep track of things to be performed on a regular basis using ReactJS.
Open Terminal
git clone 'https - copied url'
Change directory
cd 'directory name'
Open all files on VS code
code .
Install dependencies
npm install
Run the website on localhost
npm start