Skip to content

Files

Latest commit

 

History

History
25 lines (18 loc) ยท 939 Bytes

README.md

File metadata and controls

25 lines (18 loc) ยท 939 Bytes

Todo React App ๐Ÿ“

๐Ÿ–Š๏ธ A simple Todo App built using React and Mantine UI

This is a super simple Todo App built using React.js and styled using Mantine UI.

You can view a live demo of the project here: https://javascriptbear.github.io/todo_react_app/ Or, you can watch this video demo

(Most likely outdated, its reccomeneded you check out the live demo!)

2022-07-10.23-34-05.mp4

๐Ÿ˜ƒ Features:

  • โž• Add todos
  • ๐Ÿ—‘๏ธ Delete todos
  • โธ Save todos to Local Storage when the state changes
  • โ–ถ๏ธ Load the todos from Local Storage when the site is loaded again
  • ๐ŸŒ™ Light \ dark mode toggle

โค๏ธ Feel free to create issues and contributions for features or bugs to this project.