From 2c77fa0a0291736f4ae0d1176b3a3914d45cc15e Mon Sep 17 00:00:00 2001 From: Geetansh Agrawal <66216511+geetansh810@users.noreply.github.com> Date: Sun, 10 Oct 2021 12:27:35 +0530 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index b8f71f3..fff4a86 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,19 @@ # TodoAppAngular +Demo: https://boring-thompson-6ff531.netlify.app/tasks + This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.10. +## Issues +1. Random user id is not generating +2. Default home routing is not open +3. No pending tag for exixting todos +4. Add a done tag to todos to check whether the task is done or not +5. Remove pending checkbox and make all todos pending default +6. Enhance UI + + + ## Development server Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.