This is a restaurant homepage and a reservation form.
The goal of the project was to follow the design provided for the homepage seemlessly, and to use Form validation libraries to practice frontend validation.
The app is written in React
.
For style: Chakra UI
For form validation: Formik
and Yup
For Routing: react router
- Clone the project:
git clone https://github.com/laya-am/Little-Lemon
- Install dependencies:
npm install
- Start the server:
npm start
- Open
http://localhost:3000
to view it in the browser.