Easy Task is an Angular project that explores Angular Essentials by building a simple task management app. The app allows predefined users to manage their tasks, with all data stored in the browser's local storage.
- Predefined user
- Add, and Complete tasks
- Tasks are saved in local storage for persistence
- Responsive and user-friendly UI
git clone https://github.com/your-username/easy-task.git
cd easy-task
npm installng serveVisit http://localhost:4200/ in your browser.