Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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!

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
Restaurant 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