This is the frontend application for TaskMaster, built with Angular and Angular Material.
- Node.js (v16+ recommended)
- npm or yarn
- Angular CLI (optional, install with
npm install -g @angular/cli)
- Clone the repository:
git clone https://github.com/your-username/taskmaster-frontend.git
cd taskmaster-frontend
2. Install dependencies:
```bash
npm install
# or
yarn install
3. Run the development server:
```bash
ng serve
4. Open your browser and navigate to:
http://localhost:4200