🖊️ Todo App built using React and 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.
- ➕ Add todo
- 🖊️ Edit todo
- 🗑️ Delete todo
↕️ Reorder the todos by dragging them- 🕶️ Enable dark mode
- Clone this repo by running
git clone https://github.com/devonfw-training/java-quarkus.git. cdinto thefrontendfolder and runnpm i.- Run
npm startto start the development server.