Little Lemon is a Mediterranean restaurant located in Chicago, Illinois. This project is a web application for the restaurant, allowing users to browse the menu, make reservations, order food online, and more.
- Home Page: Introduction to the restaurant, including a call-to-action to reserve a table.
- About Page: Information about the restaurant's history and founders.
- Menu Page: View the restaurant's menu.
- Reservations: Make a reservation online.
- Order Online: Order food for delivery.
- Login: User login functionality.
- Testimonials: Customer testimonials and reviews.
- Specials: Weekly specials offered by the restaurant.
The project is structured as follows:
/src
: Contains the source code for the application./public
: Contains public assets such as images and the HTML template./styles
: Contains CSS stylesheets.
- Clone the repository:
git clone https://github.com/your-username/little-lemon.git
cd little-lemon
- Install dependencies:
npm install
- Start the development server:
npm start
Contributions are welcome! Please fork the repository and submit a pull request.
This project is licensed under the MIT License.