Welcome to the SuShiX restaurant website repository. This project is developed by Group 09 and serves as an online presence for our sushi restaurant. The website is built using JavaScript, CSS, and HTML.
SuShiX is a modern, responsive website for a sushi restaurant. It provides users with information about the restaurant, the menu, and allows them to make reservations online.
- Homepage: Introduction to SuShiX with a brief description.
- Menu: Detailed menu with sushi dishes and prices.
- Reservation: Online reservation system for booking tables.
- Contact: Contact information and a form to get in touch with the restaurant.
- Responsive Design: Optimized for both desktop and mobile devices.
- JavaScript: The primary programming language used.
- CSS: Styling of the website.
- HTML: Structure of the website.
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/Keineik/sushix_group09.git
- Navigate to the project directory:
cd sushix_group09
- Run the following command to build the website in localhost:
npm run dev
We welcome contributions to improve the SuShiX website. To contribute, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature-name
- Make your changes and commit them:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature-name
- Create a pull request and describe the changes you have made.
Thank you for visiting the SuShiX repository. We hope you enjoy our website and the delicious sushi we offer!