Skip to content

shwetajoshi601/angular2-hotel-booking

Repository files navigation

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
  1. Transpile the code
ng build
  1. Run the application
ng serve
  1. 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.

About

A simple Angular 2.0 application built to understand various features of Angular 2/4/5

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published