A Todo App created in React. Available on GitHub Pages
- Project insipred by Todo app challenge on Frontend Mentor
- global store created with useContext and useReducer
- React - JS library
- React-beautiful-dnd - for Drag&Drop effect
- Formik - for form
- Yup - for validate form
- React Hooks (useContext, useReducer, useState, useEffect)
- Sass
- LocalStorage
List the ready features here:
- Saving data in LocalStorage
- Adding task
- Removing task
- Marking task as completed
- Reorder task list by Drag&Drop
- Task's counter (all|active|completed)
- Task's filter (all|active|completed)
- Button that removing completed tasks
- Marking task as important
Project is: finished.