Developed a React based web portal, which facilitates users to make To-do list with different tasks. It helps users to keep track of their daily tasks and delete them when completed, simplifying their organization.
git clone https://github.com/shashankexe/To-Do-List.git
cd To-Do-List
Now install the required dependencies.
npm install
To start the servers,
npm start
Now open localhost:3000 in browser to start the application.
