- A Full Stack Hotel Booking web application.
- User authentication and registration.
- Browse available hotels with details and images.
- Search for hotels based on location, dates, and preferences.
- Hotel reservation functionality.
- User dashboard to manage bookings.
- Admin dashboard to manage hotels and bookings.
- Interactive UI for a seamless user experience.
To get a local copy up and running follow these simple example steps.
- Node (Download here!)
1. Fork this repository 🍴
2. Clone your forked repository to your local system 👥
git clone https://github.com/<your-username>/hotel-reservation-frontend.git
Or Download and extract the zip file.
1. Install NPM packages ⬇️
npm install
2. Run! 🏃♂️
npm start
Any contributions you make are greatly appreciated.
- Create your Branch (
git checkout -b master/test-branch
) - Commit your Changes (
git commit -m 'Add some code'
) - Push to the Branch (
git push origin master/test-branch
) - Open a Pull Request