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 ☕️
- Host: GitHub
- URL: https://github.com/relativelie/restaurant
- Owner: Relativelie
- Created: 2023-11-09T16:03:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-11T10:28:09.000Z (over 2 years ago)
- Last Synced: 2025-03-21T09:23:07.670Z (about 1 year ago)
- Topics: css, oop, pure-javascript, purejs, webcomponents, webpack4
- Language: JavaScript
- Homepage: https://relativelie.github.io/restaurant/
- Size: 29.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.