A sleek, responsive task management web application with user authentication and intuitive task organization.
-
👤 Authentication: Sign Up & Login with validation.
-
📝 Task Management: Add, Edit, Delete, Search, and Categorize tasks.
-
🎨 UI Enhancements: Dark/Light mode & task background color changer.
-
📊 Counters: Track tasks in Next Up, In Progress, and Done.
-
📱 Responsive Design: Works smoothly on all screen sizes.
-
⚡ Animations: Beautiful transitions
-
💾 Local Storage - Data persists in your browser
- HTML5 / CSS3 / Bootstrap 5
- JavaScript (ES6+)
- SweetAlert2 (for alerts)
- AOS (for animations)
to-do-list/
├── index.html
├── signIn.html
├── signUp.html
├── css/
│ ├── bootstrap.min.css
│ ├── all.min.css
│ └── stylee.css
├── js/
│ ├── bootstrap.bundle.min.js
│ ├── index.js
│ ├── sign-in.js
│ └── sign-up.js
├── images/
│ ├── favicon.png
│ ├── Rating.png
│ └── tasks.png
└── README.md
👩💻 Developed by Asmaa Abdo


