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
- 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 theto-do-angular
directory and runnpm install
- Run the application using
ng serve --open