Web Based Hotel Booking App Using React and Bootstrap4
Access the app here
To Run Locally:
- Clone Repo from GitHub
- CD into directory
- Run "npm install" (or "npm i") in terminal to get needed packages and dependencies
- 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.
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.
- Dan Murphy, Full-Stack Developer, https://www.linkedin.com/in/daniel-murphy-055/