This project is a single-page website that was built as part of Microverse's JavaScript module.
The main goal of this project is to show the understanding of the benefits of modularized code as well as the ability to set up a javascript application made of different modules using webpack.
All the content on the website has been added via JavaScript, and a tab system has been implemented using event listeners to allow the user to switch between "Home", "Contact" and "Menu" views.
Have a look at the Live Link
- JavaScript
- Node Package Manager
- Webpack
- Bootstrap
To get a local copy up and running follow these simple example steps.
To set this project up locally, follow these simple instructions:
-
Open a Terminal and navigate to the location in your system where you would like to download the project. New to Terminal? Learn here.
-
Enter the following line of code to clone this repository:
git clone git@github.com:epinczinger/js-restaurant-page.git
-
Now that the repository has been cloned, navigate inside it using
cd js-restaurant-page
. -
The project's dependencies are managed by npm. To install them, enter the following line of code in the Terminal.
npm install
- Congratulations! All necessary files have been installed. To view the website, just open 'dist/index.html' in a browser of your choosing.
👤 Esteban Pinczinger
Say hello! I don't bite.
- Github: epinczinger
- Twitter: @epinczinger
- LinkedIn: Esteban Pinczinger
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Many thanks to all of my peers and colleagues from Microverse, specially to @Joseph-Burke.
- This assignment was taken from The Odin Project's Web Development course, which is available for free.
This project is MIT licensed.