Booking front-end app using React. The home page has lists and search bar (destination, date range and other options). When you click the search button, the result page shows up and you can change search inputs or add other options. When you choose any hotel it will take you to the single hotel page where you can see it's details including the photo gallery of the hotel.
You can see the website here
This is one of three parts of full stack Booking app. You can find the Node.js/MongoDB REST API backend here and the React Booking Admin Dashboard here
To run the application
- Clone this repo
- Run
npm install - Run `npm start
- HTML
- CSS
- Javascript
- React
- React Router
- React Hooks
- Font Awesome
- Custom hooks
- React Context
Replace process.env.REACT_APP_BACKEND_BASE_URL with the backend api base url in:
src\components\reserve\Reserve.jsxsrc\hooks\useFetch.jssrc\pages\login\Login.jsx
Example: http://localhost:8800/api
Deployed on Netlify You can see the website here
- Ali Darraji - https://github.com/adarraji