Little Lemon is a restaurant reservation app created as part of the Meta Front-End Developer Capstone course. This project uses React to provide a modern, interactive interface for managing and scheduling reservations in an intuitive way.
- Dynamic Reservation Form: Allows users to select date and time slots, with automatic updates based on availability.
- Smooth Navigation: Dedicated pages for reservations and informational sections.
- Responsive Design: Optimized for both mobile and desktop experiences.
- React: For efficient state management.
- React Router: For page navigation.
- CSS Modules: For modular and customized styling.
This project was developed as part of the Meta Front-End Developer Capstone course, offering an opportunity to apply advanced React concepts, state management, and interface design. Little Lemon is an example of an interactive application that provides users with a quick and intuitive way to make reservations.
- Clone the repository:
git clone https://github.com/claudiu28/Little-Lemon.git
- Open project directory:
cd Little-Lemon - Install dependencies:
npm install
- Run the application:
npm start
- Project run at: http://localhost:3000