https://github.com/shravzzv/odin-restaurant-project
A simple restaurant homepage using webpack.
https://github.com/shravzzv/odin-restaurant-project
javascript theodinproject webpack
Last synced: 3 months ago
JSON representation
A simple restaurant homepage using webpack.
- Host: GitHub
- URL: https://github.com/shravzzv/odin-restaurant-project
- Owner: shravzzv
- License: mit
- Created: 2023-09-13T07:33:58.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-14T04:39:31.000Z (almost 3 years ago)
- Last Synced: 2025-03-28T19:45:48.751Z (over 1 year ago)
- Topics: javascript, theodinproject, webpack
- Language: JavaScript
- Homepage: https://odin-restaurant-project.vercel.app/
- Size: 65.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Restaurant Page





This project utilizes **webpack** to create a homepage of a dummy restaurant. It is completed as a part of [The Odin Project](https://www.theodinproject.com/lessons/node-path-javascript-restaurant-page)'s curriculum.

[View Demo](https://odin-restaurant-project.vercel.app/)
## Features
- Uses webpack to bundle all JS, CSS into a single [`main.js`](https://github.com/shravzzv/ODIN-Restaurant-project/blob/main/dist/main.js) file
- Utilizes **tabs** for navigation
- Used **github flow** for development
- Deployed using **vercel**
## Installation
To run this project locally, follow these simple steps:
1. Clone the repository:
```bash
git clone https://github.com/shravzzv/ODIN-Restaurant-project
```
1. Run `npm install` to install node packages locally.
1. Open `index.html` in your browser or using live server.
## Contribute
Your contributions are welcome! Here are two ways you can get involved: You can [submit an issue](https://github.com/shravzzv/ODIN-Restaurant-project/issues) or [submit a pull request](https://github.com/shravzzv/ODIN-Restaurant-project/pulls).
Cheers. 🥂