Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 586 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 586 Bytes

Todo

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

Technology Stack

In this project I've used this technologies:

  • React
  • Material UI
  • framer-motion

Installation

First of all, clone the project

Than execute a command:

npm install && npm start

It should start a application in your browser

Video Demonstration

Todos.demonstration.mp4