A simple Todo application that allows users to add, edit, delete, and complete tasks efficiently.
This Todo app enables users to manage their tasks by adding, editing, deleting, and marking them as completed. The application features a clean and intuitive interface, making it easy to stay organized.
- React
- JavaScript (ES6+)
- TypeScript
- SCSS
Clone down this repository. You will need node
and npm
installed globally on your machine.
Installation:
npm install
To Start Server:
npm start
You can access the live demo of the application at: https://DanKhuda.github.io/todo-app