Todo-App is a simple task management application. It allows users to manage their tasks efficiently.
- Add and delete tasks
- Add new tasks
- Delete tasks
- Mark tasks as completed
- Delete only completed tasks
- Reset all tasks
- Display the total number of tasks at the bottom
-
Clone the repository:
git clone https://github.com/andriiafanasiev/Todo-App.git
-
Navigate to the project directory:
cd Todo-App
-
Install dependencies (if applicable):
npm install
-
Start the project:
npm start
- TypeScript
- React
- react-icons