Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 617 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 617 Bytes

Todo App

Simple todo list app created with React. The application is fully responsive.

App demo

Click here to go to my Todo App!

Purposes:

  • To practice using React framework
  • To use React Context
  • To learn how to create Custom Hooks

Technologies used:

  • React APP
  • JavaScript
  • CSS

Project Status:

The project is ready, but I do not rule out that I will change something about it.

Features:

  • you can add a task
  • you can delete the task
  • you can check off the task
  • you can set the importance of tasks
  • tasks are saved in local storage