An open API service indexing awesome lists of open source software.

https://github.com/relativelie/restaurant

Pure JS project. Choose meals for menu and add it to basket ☕️
https://github.com/relativelie/restaurant

css oop pure-javascript purejs webcomponents webpack4

Last synced: 2 months ago
JSON representation

Pure JS project. Choose meals for menu and add it to basket ☕️

Awesome Lists containing this project

README

          

# GuRepio - restaurant page

**Online demo**: https://relativelie.github.io/restaurant/

## Technologies Used

pure JS - webpack4 - OOP - Web components - CSS - eslint - prettier

## Features

* choose dishes from the menu
* put dishes to cart
* fill out the order form.

## Short video review

https://github.com/Relativelie/restaurant/assets/59819426/e0a03fd4-d663-4ad7-a3f3-d3dc7f10c13d

## Installation and Usage

1. Clone the repository to your local machine.
2. Install dependencies with `npm install`.
3. Start the application with `npm run build:dev`.