This is a simple restaurant website built using HTML, CSS, and JavaScript.
This project is a basic implementation of a restaurant website to showcase the menu and allow users to make reservations. It uses HTML for structure, CSS for styling, and JavaScript for interactivity.
- Responsive design for mobile and desktop screens.
- Menu section displaying various dishes.
- Reservation form for users to make bookings.
- Contact information section.
To run this project locally, follow these steps:
- Clone this repository to your local machine using
git clone https://github.com/dhruvpatel848/Restro.git - Navigate to the project directory.
- Open
home.htmlin your web browser.
Once you have the project running, you can navigate through the different sections of the website using the navigation menu. The menu section displays various dishes offered by the restaurant, and the reservation form allows users to make bookings for a specific date and time.
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork this repository.
- Create a new branch for your feature (
git checkout -b feature/my-feature). - Make your changes.
- Commit your changes (
git commit -am 'Add my feature'). - Push to the branch (
git push origin feature/my-feature). - Create a new Pull Request.