Welcome to the To-Do-List repository! This project is a generic todolist
- Git
- Node.js (with npm)
- Clone the Repository:
git clone "https://github.com/KillerMax4299/to-do-list.git" - Install dependencies
npm install
- Run command
npm run dev
The Repo will be live on http://localhost:5173
| Features | Center |
|---|---|
| Tasklist | ✔ |
| Add Task Modal/Form | ✔ |
| Edit Task Modal/Form | ✔ |
| Routing | ✔ |
| State Management | ✔ |
| LocalStorage | ✔ |
| Styling | ✔ |
| Testing | ❌ |