Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaushikshivam/restaurant_page
The Restaurant Page is a project from the odin project that I built for Microverse. This uses Webpack and babel to bundle and transpile respectively. The project is built using modern JS features and follows a basic version of MCV architecture
https://github.com/kaushikshivam/restaurant_page
babel css html mcv-architecture microverse modern-js-features odin restaurant-page screenshot transpiler webpack
Last synced: about 1 month ago
JSON representation
The Restaurant Page is a project from the odin project that I built for Microverse. This uses Webpack and babel to bundle and transpile respectively. The project is built using modern JS features and follows a basic version of MCV architecture
- Host: GitHub
- URL: https://github.com/kaushikshivam/restaurant_page
- Owner: KaushikShivam
- Created: 2019-10-17T19:28:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-01T12:25:14.000Z (about 2 years ago)
- Last Synced: 2024-11-07T09:47:20.812Z (3 months ago)
- Topics: babel, css, html, mcv-architecture, microverse, modern-js-features, odin, restaurant-page, screenshot, transpiler, webpack
- Language: JavaScript
- Homepage: https://raw.githack.com/KaushikShivam/restaurant_page/feature-restaurant/dist/index.html
- Size: 3.36 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Restaurant Page
[Restaurant Page](https://raw.githack.com/KaushikShivam/restaurant_page/feature-restaurant/dist/index.html) is a Restaurant page project from the odin project that I built for Microverse. This uses Webpack and babel to bundle and transpile respectively.
The project is built using modern JS features and follows a basic version of MCV architecture
![Screenshot](screenshot.png)## Table of content
- [Description](#Description)
- [Installation](#installation)
- [Contact](#contact)## Description
The Restaurant Page is a project from the odin project that I built for Microverse. This uses Webpack and babel to bundle and transpile respectively.
The project is built using modern JS features and follows a basic version of MCV architecture## Installation
1. Clone the project to your local directory
```
git clone https://github.com/KaushikShivam/restaurant_page
```2. The project uses NPM for managing dependencies. Run npm install to install all the required dependencies
```
npm install
```3. Run the task runner to run the app
```
npm run start
```## Contact
You can contact me at:
- [Portfolio](https://www.shivamkaushik.com)
- [Email](mailto:[email protected])
- [Linkedin](https://www.linkedin.com/in/kshivamdev/)
- [Twitter](https://twitter.com/kShivamDev)
- [Medium](https://medium.com/@shivamkaushikofficial)
- [Angellist](https://angel.co/kshivamdev)