This project is a frontend clone of Booking.com, developed using React.js and CSS. It provides users with a simulated experience of browsing hotels, viewing details, and going through the booking process.
- User-friendly interface for browsing hotels.
- Dynamic layout using React.js and CSS.
- Simulated booking process with step-by-step navigation.
- React.js
- CSS
- Clone the repository:
git clone https://github.com/ShashankMPatil/booking.com-clone.git
- Navigate to the project directory:
cd booking-clone
- Install dependencies:
npm install
- Start the development server:
npm start
/src
: Contains the source code for the React.js application./components
: Modular components for different sections of the application along with their respective css files./pages
: Contains different pages needed for the project along with their respective css files.
/public
: Static assets and the HTML file.
Contributions are welcome! Feel free to open issues or pull requests.
- Fork the repository.
- Create a new branch:
git checkout -b feature/new-feature
- Make your changes and commit them:
git commit -am 'Add new feature'
- Push to the branch:
git push origin feature/new-feature
- Submit a pull request.
Note: Replace your-username
with your GitHub username in the repository URL.