Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

My Todos 📝

🖊️ Todo App built using React and Material UI

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

It uses TypeScript, Context API to manage state, Material UI for design, Wouter for routing, localStorage to store todos and Dark Mode support with Dark Reader.

You can:

  • ➕ Add todo
  • 🖊️ Edit todo
  • 🗑️ Delete todo
  • ↕️ Reorder the todos by dragging them
  • 🕶️ Enable dark mode

To build it

  1. Clone this repo by running git clone https://github.com/devonfw-training/java-quarkus.git.
  2. cd into the frontend folder and run npm i.
  3. Run npm start to start the development server.