EasyTask is an enterprise-level task management application built with Angular 18. It provides a modern, responsive UI and demonstrates best practices with standalone components and strict TypeScript configuration.
- Angular 18 with standalone components
- Responsive, accessible UI
- User avatars and dummy user data
- Modern CSS and Google Fonts
- Node.js (v18 or higher recommended)
- Angular CLI (
npm install -g @angular/cli)
Clone the repository and install dependencies:
git clone https://github.com/your-username/easy-task-web.git
cd easy-task-web
npm install