An open API service indexing awesome lists of open source software.

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.

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)