A fully-featured Task Manager application built with Angular that allows users to manage tasks, track progress, and persist data using localStorage. The app demonstrates the use of Angular modules, standalone components, and signals for reactive state management.
- View tasks by user
- Add new tasks
- Delete tasks
- Persist tasks in
localStorage - Modular architecture using Angular Standalone
- Supports both standalone
- Optimized services using Angular Signals
- Responsive UI and user-friendly design
- Frontend: Angular 16+
- State Management: Angular Signals
- Storage: LocalStorage
- Styling: CSS / SCSS
Check out the application here: https://task-manager-lyart-eight.vercel.app/
# Clone the repository
git clone https://github.com/Syed-Bilal-Haider-Engineer/Task-manager
# Navigate into the project folder
cd task-manager
# Install dependencies
npm install
# Run the development server
npm start