Recently I’ve completed the project from Maximilian Schwarzmüller’s Angular – The Complete Guide (2020 Edition) as seen on Udemy
This was a fascinating course, very up to date (Angular 9) as of the time I’m writing this post. Max is very articulate and has kept this course on Angular up to date with the latest Angular developments. Highly recommended!
Check out my completed recipes and shopping list project: ng-complete-guide. All you’ll need is to create a free account, which uses the free Google Firebase authentication API. It’s a stateless app that saves and fetches it’s data using API calls to a Firebase Realtime Database. Which is a cloud-hosted NoSQL Document database that stores and returns it’s data in JSON.
I’ve also created my own public GitHub repository called Angular Recipes for this project.