https://github.com/sanjib-kumar-mandal/angular-to-do
A modern, responsive To-Do List application built with Angular 20. This app helps users manage daily tasks efficiently with an intuitive UI and smooth user experience.
https://github.com/sanjib-kumar-mandal/angular-to-do
angular kage-ui
Last synced: about 1 month ago
JSON representation
A modern, responsive To-Do List application built with Angular 20. This app helps users manage daily tasks efficiently with an intuitive UI and smooth user experience.
- Host: GitHub
- URL: https://github.com/sanjib-kumar-mandal/angular-to-do
- Owner: sanjib-kumar-mandal
- License: mit
- Created: 2025-09-09T20:31:44.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-09-09T20:59:08.000Z (10 months ago)
- Last Synced: 2025-09-09T23:58:28.114Z (10 months ago)
- Topics: angular, kage-ui
- Language: TypeScript
- Homepage:
- Size: 3.46 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular To Do App
A modern, responsive To-Do List application built with Angular 20. This app helps users manage daily tasks efficiently with an intuitive UI and smooth user experience.
## 🔑 Features
- ✅ Add, edit, delete, and mark tasks as completed
- 📌 Categorize tasks
- ⏰ Due dates & reminders (optional)
- 🔍 Search and filter tasks by status (Active, Halt, Rejected, Completed)
- 📱 Fully responsive UI (works on desktop & mobile)
- 💾 Persistent storage using below mentioned backend services
- 🎨 Theming support with clean SCSS styling using [Kage UI](https://www.npmjs.com/package/kage-ui)
- ⚡ Optimized for performance with Angular signals and standalone components
## 🛠️ Tech Stack
- Frontend: Angular 19, TypeScript, SCSS
- State Management: Angular Signals / RxJS
- Storage: Browser Local Storage (or Firebase/Express backend if extended)
- UI Components: Custom Angular components (inputs, buttons, modals)
## 🚀 Future Enhancements
- 🌙 Dark mode switching support
- 👥 User login with authentication
## ☁️ Use Backend
- [ASP.NET Core, C#, SQL Server + EF Core](https://github.com/sanjib-kumar-mandal/dotnet-to-do)