https://github.com/delicelydia/restaurant_homepage
The main goal of this project was to enhance the knowledge of DOM manipulation by dynamically rendering a simple restaurant webpage.
https://github.com/delicelydia/restaurant_homepage
Last synced: about 1 year ago
JSON representation
The main goal of this project was to enhance the knowledge of DOM manipulation by dynamically rendering a simple restaurant webpage.
- Host: GitHub
- URL: https://github.com/delicelydia/restaurant_homepage
- Owner: DeliceLydia
- License: mit
- Created: 2021-03-03T13:02:47.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-08T06:34:23.000Z (over 5 years ago)
- Last Synced: 2025-02-02T06:29:19.283Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 3.03 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Restaurant_homepage
The main goal of this project was to practice the knowledge of DOM manipulation by dynamically rendering a simple restaurant webpage.

## Features
- A user can visit a homepage
- A user can view our menu
- A user can contact us
## Built With
- Javascript
- HTML
- CSS
- Webpack
## Getting Started
* Clone this repo
```
git clone git@github.com:DeliceLydia/Restaurant_homepage.git
```
* Navigate to Library_app folder
```
cd Restaurant_homepage
```
* On the terminal, while in the 'Restaurant_homepage' directory:
* Run ``` git checkout feature-branch ```
* Run ``` git pull origin feature-branch ```
* Run ``` yarn install ``` or ``` npm install``` to install dependencies
* Run ``` npx webpack ```
* Go to the browser and enter
```http://127.0.0.1:5501/dist/index.html``` and you are now able to visit the app
## Live Demo
Click [here](https://delicelydia.github.io/Restaurant_homepage/#)
## Author
👤 **Delice Lydia**
- GitHub: [Delice Lydia](https://github.com/DeliceLydia)
- Twitter: [Delice](https://twitter.com/IngabireLydia3)
- LinkedIn: [Delice Lydia](https://www.linkedin.com/in/delice-lydia/)
## Contributing
- Fork the project
- Create your feature branch ``` git checkout -b awesome-feature```
- Commit your changes ``` git commit -m 'awesome feature' ```
- Push it ``` git push -u origin awesome-feature```
- Open a pull request using this branch
## Show your support
Give a ⭐️ if you like this project!
## License
This project is [MIT](https://github.com/DeliceLydia/Restaurant_homepage/blob/master/LICENSE) licensed.