Welcome to the Todo List App! This application allows you to manage your tasks efficiently.
- Add new tasks
- Mark tasks as completed or not completed
- Edit task titles
- Delete tasks
Check out the live demo: Todo List App
- Node.js installed
- npm or yarn installed
-
Clone the repository: git clone https://github.com/nsalunkhe/Coresonant-Assignment.git
-
install dependencies by npm install
-
go to the root folder my-app and run the app using npm run start
Thank You!