/angularTodo

A basic to-do list with interactive UI to keep a track of your day-to-day tasks

Primary LanguageTypeScript

Todo

This project was generated with Angular CLI version 9.1.7.

Overview

This project helps one keep a track of the tasks one needs to do and the tasks one is done with. It reads data from a json-server where the data is stored as a json dictionary.

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.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.