Skip to content

A simple frontend of a To-Do app which can perform all basic CRUD operations while being connected to a RESTful API

Notifications You must be signed in to change notification settings

LeonEstrak/to-do-angular

Repository files navigation

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

About

A simple frontend of a To-Do app which can perform all basic CRUD operations while being connected to a RESTful API

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published