An open API service indexing awesome lists of open source software.

https://github.com/caleb-wo/hotel-app

This is the project I made because I wanted to learn Angular, my favorite framework. It is part of an Udemy course I enrolled in to learn Angular. It's the course gave me a great shotgun learning approach, which is perfect. I've been in web dev for 2 years now so this quick course was just what I needed. This app is an example of what I've learned.
https://github.com/caleb-wo/hotel-app

angular angular-cli angular-material udemy-course-project web-development

Last synced: about 2 months ago
JSON representation

This is the project I made because I wanted to learn Angular, my favorite framework. It is part of an Udemy course I enrolled in to learn Angular. It's the course gave me a great shotgun learning approach, which is perfect. I've been in web dev for 2 years now so this quick course was just what I needed. This app is an example of what I've learned.

Awesome Lists containing this project

README

          

# HotelApp

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.17. It was a part of a Udemy course I enrolled in to learn the basics of Angular. This project simulates a simple hotel reservation tool. It is setup to use a Mockoon mock API. I'm will be adding a .gif demo soon!

## Angular Tooling Learned & Used

This application exposed me to the following Angular concepts & tools:

- Modules
- @Injectable() services
- @Angular/forms
- FormGroup, FormBuilder, Validators
- @Angular/router
- Router, ActivatedRoute
- @Angular/common/http
- HttpClient
- RxJS Observables

- Bootstrap styling