The Todo List App is a web-based application that allows users to keep track of their daily tasks and manage them in an organized manner. This app is built using React JS, a popular JavaScript library for building user interfaces. The app provides users with an easy-to-use interface that enables users to add new tasks,update existing ones and delete tasks.
- User-friendly interface to add,edit and delete tasks..
- Utilizes local storage to store and retrieve task data.
- Styled using CSS.
- Safe: It can be used without causing harm.
- Testable: It can be tested at the code level.
- Maintainable: It can be maintained, even as your codebase grows.
- Portable: It works the same in every environment (operating system)
Install dependencies: npm install
Start the application: npm start
This project was inspired by various todo list apps and tutorials found online. Special thanks to the React JS documentation for making this project possible.