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.
- Host: GitHub
- URL: https://github.com/caleb-wo/hotel-app
- Owner: caleb-wo
- Created: 2025-11-08T20:31:51.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-11-08T21:17:33.000Z (7 months ago)
- Last Synced: 2025-11-08T23:25:16.109Z (7 months ago)
- Topics: angular, angular-cli, angular-material, udemy-course-project, web-development
- Language: TypeScript
- Homepage: https://www.udemy.com/course/complete-angular-14-course-learn-frontend-development/?couponCode=NVD20PMUS
- Size: 121 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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