A simple React Todo List App using Mantine UI.
Overview
The Todo App built with React.js and styled using Mantine UI is a wonderfully simplistic tool for managing your tasks. Its clean and intuitive interface allows users to easily add, delete, and organize their to-dos without any unnecessary complexity. Perfect for anyone looking to boost productivity, this app also incorporates useful features that enhance the user experience.
Features
- Add todos: Quickly add new tasks with a straightforward input field to keep your to-do list updated.
- Delete todos: Remove completed or unnecessary tasks with one click for a clutter-free experience.
- Save to Local Storage: Automatically saves your todos to Local Storage whenever there is a change, ensuring you never lose your progress.
- Load from Local Storage: Conveniently loads your saved todos whenever you revisit the app, maintaining continuity.
- Light/Dark mode toggle: Customize your viewing experience with a toggle option to switch between light and dark modes.