A simple Todo List application built with React, Vite, and Material-UI.
- Add, edit, prioritize and delete tasks.
- Mark tasks as completed.
- Filter tasks by status (completed, active).
- Filter tasks by priority.
- Summary view.
- Responsive design for various screen sizes.
To get started with the Todo List app, follow these steps:
git clone https://github.com/KodeRad/dodone-front.git
cd dodone-front
npm install
npm run dev
React Vite Material-UI
This project is licensed under the MIT License.