A test assignment from the company DAO TECH https://github.com/Hexlet/ru-test-assignments
ToDo-List is an app to create your task lists that helps individuals stay organized and productive.
This ToDo app built using React/Redux, React (with Hooks), Redux (@reduxjs/toolkit) and Formik.
- Task Management: Users can add new tasks to their to-do list, providing a brief description of each task.
- Task Completion: Users can mark tasks as completed, visually indicating their progress.
- Task Removal: Users can easily remove tasks from the list when they are no longer needed or completed.
- Dynamic Updates: The interface updates in real-time, reflecting any changes made to the task list without requiring a page reload.
- Task Filtering: Users can switch between tabs displaying all, completed and uncompleted tasks also see a counter with the number of tasks depending on the tab.
Node.js 20.3.1 or higher
git clone [email protected]:Aallyycoop/ToDo-List.git
make install
make start