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.
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
Follow the below steps to run the application:
- Install the dependencies
npm install
- Transpile the code
ng build
- Run the application
ng serve
- Open your browser and hit the URL: http://localhost:4200 You will see the landing page.
- Login using federated access
- Implement Node.js backend to store data in a database
- Complete About, register, Feedback functionality.