This is a simple todo application that allows to you:
- to add new todos
- to delete todos
- to change state of todos
- to store your todos (locally)
- to filter todos
- to edit todos
In this project I've used this technologies:
- React
- Material UI
- framer-motion
First of all, clone the project
Than execute a command:
npm install && npm start
It should start a application in your browser