Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 521 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 521 Bytes

Todo Project

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

Steps to install

  1. Git clone the repo and cd into it.
  2. Run npm install and npm start to run the project
  3. Start creating the todo lists and tasks, deleting and updating.