Skip to content

Software-Development-Mastermind/hotel-booking-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Hotel Booking App Using React

Web Based Hotel Booking App Using React and Bootstrap4

BookingApp Screenshot

Access the app here

Instructions

To Run Locally:

  1. Clone Repo from GitHub
  2. CD into directory
  3. Run "npm install" (or "npm i") in terminal to get needed packages and dependencies
  4. Run "npm run start" in terminal to get development environment

Fill out each input in the form and click the button to make the reservation for my made up resort. Upon form submission, a modal will appear on the screen confirming the reservation.

Summary

I built this application to get more experience using React. As this was the second application that I have built using React, I found that I was able to use the unique features of React, such as state and props, much more easily and proficiently than in my first React application.

Moreover, in creating this application, I experimented with and learned how to create a modal component using React. I also was able to practice using Bootstrap more in styling this application. Again, because this was my second application using Bootstrap for styling, I was more comfortable in its execution. In regards to Bootstrap, I became much more comfortable using and navigating the Boostrap documentation to implement the desired styling.

Author

About

Example of hotel booking app for roadmaps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 77.2%
  • HTML 12.3%
  • CSS 10.5%