Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yvonnkr/airbnb-clone-client

Fullstack Airbnb clone app frontend - Angular, PrimeNg
https://github.com/yvonnkr/airbnb-clone-client

Last synced: 3 days ago
JSON representation

Fullstack Airbnb clone app frontend - Angular, PrimeNg

Awesome Lists containing this project

README

        

# Airbnb Clone Frontend (Fullstack project) - Angular 17, PrimeNG

Angular frontend of the airbnb clone

### Key Features:
- 📅 Booking management for travelers
- 🏠 Landlord reservation management
- 🔍 Search for houses by criteria (location, date, guests, beds, etc)
- 🔐 Authentication and Authorization (Role management) with Auth0 (OAuth2)
- 🏢 Domain-driven design

### Fetch dependencies
``npm install``

### Launch dev server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.

### Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.