laya-am / Little-Lemon

A restaurant homepage and reservation form written in React, validated by Formik and Yup.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Little Lemon

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.

Technologies

The app is written in React.

For style: Chakra UI

For form validation: Formik and Yup

For Routing: react router

Installation & Run Locally

  1. Clone the project:

git clone https://github.com/laya-am/Little-Lemon

  1. Install dependencies:

npm install

  1. Start the server:

npm start

  1. Open http://localhost:3000 to view it in the browser.

Screenshots

screenshot1

screenshot2

screenshot3

screenshot4

screenshot5

About

A restaurant homepage and reservation form written in React, validated by Formik and Yup.


Languages

Language:JavaScript 76.8%Language:CSS 14.0%Language:HTML 9.3%