Skip to content

krylak123/react-todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO APP

A Todo App created in React. Available on GitHub Pages

General Information

Technologies Used

  • 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

Features

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 Status

Project is: finished.