Todo App with React

todo app with react and context hook its my secound project with react.js

Feature :

  • add,delete,edit,check done todos
  • input validation,and toast error
  • sort task with custom dropdown
  • clear all button
  • edit task in modal
  • animated task and button
  • save on local storage
  • responsive in all devices

pakage that i use :

  • uuid,framer motion,react toastify

Run Locally

Clone the project

  git clone https://github.com/mostafa-kheibary/Todo-app-react.git

Go to the project directory

  cd Todo-app-react

Install dependencies

  npm install

Start the server

  npm start