Skip to content

Shivamsaiyan455/emp-task-tracker

Repository files navigation

🧑‍💼 Employee Task Tracker

An Angular project for managing employee tasks with a modern UI, responsive layout, and modular structure. Ideal for small teams and internal task assignment.


🔍 Overview

This project includes:

  • ✅ Task Tracker Form with validations
  • ✅ Dynamic Task List View
  • ✅ Angular Component Architecture
  • ✅ Clean and responsive design
  • ✅ Lightweight and scalable frontend

🚀 Live Preview

Run the app locally at:
http://localhost:4200/


📁 Repository

GitHub Link: https://github.com/Shivamsaiyan455/emp-task-tracker


⚙️ Installation & Setup

# 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 serve

🧩 Project Structure

src/
├── 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

🛠 Useful Commands

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)

📚 Further Help

For more Angular CLI commands and options:

ng help

Or visit the official Angular CLI Docs


About

Emp Task Tracker is a web application built using Angular that helps track employee tasks in a structured and efficient way. It includes features like adding, viewing, and deleting tasks, and is designed with clean, modular code and a responsive interface.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors