Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/salvillalon45/restaurantpage-theodinproject
Sal’s Kitchen is open for business!
https://github.com/salvillalon45/restaurantpage-theodinproject
css dom-manipulation html javascript webdevelopment webpack
Last synced: 8 days ago
JSON representation
Sal’s Kitchen is open for business!
- Host: GitHub
- URL: https://github.com/salvillalon45/restaurantpage-theodinproject
- Owner: salvillalon45
- Created: 2020-06-12T23:17:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T02:01:58.000Z (over 1 year ago)
- Last Synced: 2023-03-07T23:08:26.142Z (over 1 year ago)
- Topics: css, dom-manipulation, html, javascript, webdevelopment, webpack
- Language: SCSS
- Homepage: https://salvillalon45.github.io/theOdinProject-RestaurantPage/index.html
- Size: 31.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Restaurant Page
[The Odin Project: Javascript] - Project: Restaurant Page# Summary
Making a sample Restaurant Page. We will use Javascript alone to generate the entire contents of the website!
This project also used to practice how to use npm and webpack- Project Task: [The Odin Project - Restaurant Page](https://www.theodinproject.com/lessons/node-path-javascript-restaurant-page)
- View Project: https://salvillalon45.github.io/theOdinProject-RestaurantPage/index.html### Implementation
- Used DOM manipulation to render all the content of the website dynamically
- Used JavaScript, NPM, and Webpack to complete project. Also, the JavaScript factory functions to organize code### Demo
### 📗 Fonts used
- [Roboto Slab](https://fonts.google.com/specimen/Roboto+Slab?query=Roboto+Slab)
- [Work Sans](https://fonts.google.com/specimen/Work+Sans?query=Work+Sans)# Technologies:
- HTML
- CSS
- JavaScript
- npm
- webpack