/angular-todo-app

Primary LanguageTypeScriptMIT LicenseMIT

angular-todo-app

This project is a basic ToDo app implemented in Angular.

All tasks are listed on the main page. A user can perform the following:

  • View tasks
  • Add task
  • Delete Task
  • Mark tasks as done

Install Instructions

First clone this repository.

$ git clone http://www.github.com/shubhtr/angular-todo-app

Go into the directory

$ cd angular-todo-app

Install dependencies. Make sure you already have nodejs & npm installed on your system.

$ npm install 

Run it

$ ng serve

Open http://localhost:4200 to view it in the browser. This should happen automatically.