Skip to content

MahimaChoudhary7/Little-Lemon-Restaurant-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Little-Lemon-Restaurant-App

Little Lemon is a restaurant website built using React, as part of the Meta Front End Developer certificate program. The website is designed to showcase the bookings for a table for various occasions, restaurant's menu, services, and contact information.

TechStack Used

The following technologies were used to build this website:

  • React
  • HTML
  • CSS
  • JavaScript

Features

  • Bookings: Users can book a table for various occasions.
  • Menu: Display the restaurant's menu with various dishes.
  • Services: Information about the services offered by the restaurant.
  • Contact: Contact information and a form for users to get in touch with the restaurant.

Installation

To set up this project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/your-username/little-lemon-restaurant-app.git
    
  2. Navigate to the project directory:

    cd little-lemon-restaurant-app
    
  3. Install the dependencies:

    npm install
    

Usage

  • To start the project, run the following command:

    npm start
    

This will start the development server and open the app in your default web browser.