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

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.

Awesome Lists containing this project

README

          

# Restaurant Page

![GitHub last commit (by committer)](https://img.shields.io/github/last-commit/shravzzv/ODIN-Restaurant-project)
![GitHub issues](https://img.shields.io/github/issues/shravzzv/ODIN-Restaurant-project)
![GitHub pull requests](https://img.shields.io/github/issues-pr/shravzzv/ODIN-Restaurant-project)
![GitHub](https://img.shields.io/github/license/shravzzv/ODIN-Restaurant-project)
![GitHub repo size](https://img.shields.io/github/repo-size/shravzzv/ODIN-Restaurant-project)

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.

![the homepage](https://res.cloudinary.com/dmt9s5xlh/image/upload/v1694664903/restaurant-homepage_dh2ov6.jpg)

[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. 🥂