EasyTask is a task management app built with Angular and TypeScript. It helps you easily create, organize, and track your tasks, keeping you focused and productive. ✅
Check out the live demo here: EasyTask Demo
- User-Friendly Interface: Enjoy a seamless experience with an intuitive design.
- Task Management: Create, update, and delete tasks easily.
- Organize Tasks: Categorize tasks for better organization and tracking.
- Deadline Tracking: Set deadlines to keep your tasks on schedule.
- Responsive Design: Access your tasks from any device.
- Angular
- TypeScript
- HTML
- CSS
To run EasyTask locally, follow these steps:
- Clone the repository:
git clone https://github.com/BAINDA/easytask-angular.git
- Navigate to the project directory:
cd easytask-angular - Install the dependencies:
npm install
- Start the development server:
ng serve
