https://github.com/shwetajoshi601/angular2-hotel-booking
A simple Angular 2.0 application built to understand various features of Angular 2/4/5
https://github.com/shwetajoshi601/angular2-hotel-booking
angular aws awss3 dynamodb typescript
Last synced: 3 months ago
JSON representation
A simple Angular 2.0 application built to understand various features of Angular 2/4/5
- Host: GitHub
- URL: https://github.com/shwetajoshi601/angular2-hotel-booking
- Owner: shwetajoshi601
- Created: 2019-02-16T06:13:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-20T08:29:47.000Z (over 7 years ago)
- Last Synced: 2025-12-08T00:58:27.104Z (7 months ago)
- Topics: angular, aws, awss3, dynamodb, typescript
- Language: TypeScript
- Size: 5.42 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# angular2-hotel-booking
A simple hotel booking application built by leveraging the major features of Angular 4.0
This application uses static dummy data. A responsive UI has been built using Bootstrap.
## Prerequisites
**1. Angular CLI:**
Make sure you have Angular CLI installed
**2. Node.js**
Install Node.js version 6.x and above.
To check the version, use the fol. command in your command prompt.
```
node -v
```
## Running the application
Follow the below steps to run the application:
1. Install the dependencies
```
npm install
```
2. Transpile the code
```
ng build
```
3. Run the application
```
ng serve
```
4. Open your browser and hit the URL: http://localhost:4200
You will see the landing page.
## To Do
* Login using federated access
* Implement Node.js backend to store data in a database
* Complete About, register, Feedback functionality.