https://github.com/yvonnkr/airbnb-clone-client
Fullstack Airbnb clone app frontend - Angular, PrimeNg
https://github.com/yvonnkr/airbnb-clone-client
angular primeng signals typescript
Last synced: about 1 month ago
JSON representation
Fullstack Airbnb clone app frontend - Angular, PrimeNg
- Host: GitHub
- URL: https://github.com/yvonnkr/airbnb-clone-client
- Owner: yvonnkr
- Created: 2024-09-15T16:30:25.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-06T16:12:27.000Z (over 1 year ago)
- Last Synced: 2025-01-11T07:42:26.424Z (over 1 year ago)
- Topics: angular, primeng, signals, typescript
- Language: SCSS
- Homepage:
- Size: 1.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.