Little Lemon is a website that brings to life the ambiance of a fictional restaurant. Designed and developed as the culminating project for the Front-End Development Certification program with Meta, it showcases a blend of aesthetic design with robust functionality. A key highlight is its reservations system, built meticulously to ensure users a seamless experience when reserving tables, while simultaneously avoiding overlaps in booking times.
To get the project up and running on your local machine:
- Clone the repository.
- Navigate to the project directory.
- Run the following commands:
```bash npm i npm start ```
To make the most out of Little Lemon's features, head over to the reservations form. This form has been fortified with various technologies to guarantee a smooth user experience:
- Form Validation: Courtesy of
yup
andformik
, ensuring that users input the right information in the right format. - Firebase Backend: Making double bookings a thing of the past. Our system checks existing reservations to ensure there aren't any overlaps.
- React: As the cornerstone of our front-end.
- Firebase: Serving as our reliable backend.
A heartfelt thank you to Meta's Front-End Certification program. This project would not have been possible without the knowledge and skills imbibed during the course.