An app that is simple and awesome to organize your tasks with very easy to use interface. It can help you to make list of your tasks.
Users should be able to add and delete any todo item.
NodeJS and NPM should be installed.
git clone https://github.com/ishika2741/my-todos-list.git
cd my-todos-list
npm install
To start the development server for the React version:
npm start
The frontend app will be running on localhost:3000
.
Open index.html
in the browser or if using VS Code the Live Server extension is recommended.