This project is created using Angular 5. It will help you create an new todo list and separate todo tasks for each list. The logic for authentication and adding new name to a list is still not in place but you can add using the + button. You can go past the login form by entering any details to get to the list
- Git clone the repo and
cd
into it. - Run
npm install
andnpm start
to run the project - Start creating the todo lists and tasks, deleting and updating.