Skip to content

serialcoder-io/restoFrontEnd

Repository files navigation

🍽️ Restaurant Website - Le Banquet

This is a modern restaurant website allowing users to browse the menu, make reservation without registration. The project was created to demonstrate my skills in front-end and back-end development.

🚀 Features

  • Interactive Menu Display: Users can view the menu with categories and filter options.
  • Online Table Reservations: Users can reserve tables online.
  • Contact Form: Users can send messages or inquiries.
  • Responsive Design: Mobile-friendly and fully responsive.

🛠️ Technologies Used

Frontend:

🖥️ Live Demo

View Live Demo

📸 Screenshots

Home Page menu menu Homepage displaying the restaurant's menu.

Reservation Page Table reservation form.

🔧 Local Setup

If you want to run this project locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/username/restaurant-site.git
    cd restaurant-site
  2. install dependencies:
    npm install
  3. run dev server:
    npm run dev
     resto-front@0.0.0 dev
     vite
     VITE v5.4.10  ready in 326 ms
     --> Local:   http://localhost:5173/
    
    

Authors

Design Inspiration

The visual design of this project, including the color scheme and layout, was inspired by a Bootstrap template. However, no code from the template was used, only the aesthetic elements influenced the design choices.

Backend API

For the configuration of the backend API, please refer to the README of the API repository for detailed instructions.

Consuming the API

You can create your own frontend to consume the API and display dishes. The API is available at https://omaranli.alwaysdata.net/ and allows you to:

  • Fetch dishes and restaurant data.
  • Display the available dishes in a user-friendly interface.

Contributing to the API

If you want to contribute to the backend, you can help improve the API by adding features like:

  • Allowing users to create an account and log in.
  • Enabling users to create a restaurant and add dishes specifically related to that restaurant.
  • Allowing users to display their own dishes in their personalized interface.

For detailed instructions on how to contribute to the API, please refer to the API repository.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published