Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zemmsoares/little-lemon-restaurant
Front-End Development course capstone project
https://github.com/zemmsoares/little-lemon-restaurant
css-grid react ui-design
Last synced: 3 days ago
JSON representation
Front-End Development course capstone project
- Host: GitHub
- URL: https://github.com/zemmsoares/little-lemon-restaurant
- Owner: zemmsoares
- Created: 2023-01-29T18:56:07.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-06T16:36:53.000Z (over 1 year ago)
- Last Synced: 2024-11-02T10:42:07.301Z (about 2 months ago)
- Topics: css-grid, react, ui-design
- Language: JavaScript
- Homepage:
- Size: 19.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Little-Lemon-Restaurant
The [Little-Lemon-Restaurant](https://zemmsoares.xyz/little-lemon-restaurant/) project is a capstone project developed as part of Meta Front-End Developer course. Responsive, with validation without using formik or chakra ui.
![Little-Lemon-Restaurant in action](/docs/example.gif)
#### Note: wireframe on /docs
## Installation
To install the necessary packages, run the following command in your terminal:
```
npm i
```## Starting the Project
Once the packages are installed, you can start the project by running:
```
npm start
```## Running Tests
To ensure the project functions correctly, you can run the Jest tests by:
```
npm test
```![Little-Lemon-Restaurant in action](/docs/responsive.png)