This project consists of the development of a website for a restaurant through the use of modules and DOM manipulation. Webpack was also used to manage content such as images, CSS styles, and Javascript code. The objective of this project was to generate everything using Javascript code, without adding HTML tags directly within the file.
I want to highlight that I made my responsive system so that the application works with a unique grid system created by me, there is no use of external frameworks.
🌐 Live Demo👈
- Home page with general informatión about the restaurant.
- Menu page with all dishes offered by the restaurant.
- Contact Page, which includes a contact form.
- HTML
- CSS
- Javascript
- Photoshop
-
You can clone the repo by running the next command in your command line:
-
Next, go into the project's folder by running the next command:
cd Restaurant-Page
-
Run the next command to install all dependencies for the project:
npm install
-
Next, go into the dist folder by running the next command:
cd dist
-
Finally, run the command:
open index.html
👨 Julian Belmonte
- Github: @jucora
- Twitter: @Julian Belmonte
- Linkedin: Julian Belmonte
- Blog: Medium
Please feel free to contribute, report any issue, feature request or provide any feedback. Click here
Feel free to give a ⭐. That would support me a lot.