Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 823 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 823 Bytes

ToDoAngular

A Simple FrontEnd Web Application created using Angular 11 connecting to a CRUD compliant backend API, which in this case has been written in GO.

  • Used RxJS Observables for asynchronous updates to the to-do list.
  • Used Material UI for clean and uniform look
  • Kept Angular Components and Services separate for modularity

Installation

  • Install Node/npm on your system
  • Install Angular using npm install -g @angular/cli
  • Clone this using git clone https://github.com/LeonEstrak/to-do-angular
  • cd into the to-do-angular directory and run npm install
  • Run the application using ng serve --open