ToDo App is a simple application for managing a list of tasks. The app allows users to add, delete, and mark tasks as completed.
- Adding new tasks
- Deleting tasks
- Marking tasks as completed or uncompleted
- Filtering tasks by status (all, completed, uncompleted)
- JavaScript
- React.js
- Redux (using Redux Toolkit)
- HTML
- Tailwind CSS
- Clone the repository to your computer: $git clone https://github.com/Bezobrazz/prvolt-todo.git
- Install dependencies: $cd todo-app, $npm install
- Run the app: $npm run dev
After running, the app will be available at http://localhost:5173.
Viacheslav Kostenko - Github