An Angular project for managing employee tasks with a modern UI, responsive layout, and modular structure. Ideal for small teams and internal task assignment.
This project includes:
- ✅ Task Tracker Form with validations
- ✅ Dynamic Task List View
- ✅ Angular Component Architecture
- ✅ Clean and responsive design
- ✅ Lightweight and scalable frontend
Run the app locally at:
http://localhost:4200/
GitHub Link: https://github.com/Shivamsaiyan455/emp-task-tracker
# Clone the repository
git clone https://github.com/Shivamsaiyan455/emp-task-tracker.git
# Navigate into the project directory
cd emp-task-tracker
# Install dependencies
npm install
# Start the development server
ng servesrc/
├── app/
│ ├── components/ # Reusable components (e.g., task form, task list)
│ ├── services/ # Task service for logic and data handling
│ └── app.module.ts # Root Angular module
├── assets/ # Images, styles
└── index.html # Root HTML file
| Task | Command |
|---|---|
| Run dev server | ng serve |
| Build project | ng build |
| Generate component | ng generate component component-name |
| Run unit tests | ng test |
| Run e2e tests | ng e2e (if configured) |
For more Angular CLI commands and options:
ng helpOr visit the official Angular CLI Docs