https://github.com/abeidahmed/restaurant-js-page
This project was meant to enhance the knowledge on DOM manipulation by dynamically rendering a simple restaurant homepage.
https://github.com/abeidahmed/restaurant-js-page
javascript
Last synced: about 2 months ago
JSON representation
This project was meant to enhance the knowledge on DOM manipulation by dynamically rendering a simple restaurant homepage.
- Host: GitHub
- URL: https://github.com/abeidahmed/restaurant-js-page
- Owner: abeidahmed
- License: mit
- Created: 2021-03-03T09:10:04.000Z (about 4 years ago)
- Default Branch: development
- Last Pushed: 2021-03-05T20:14:27.000Z (about 4 years ago)
- Last Synced: 2025-02-08T17:14:05.716Z (3 months ago)
- Topics: javascript
- Language: SCSS
- Homepage: https://abeidahmed.github.io/restaurant-js-page/
- Size: 1010 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Restaurant page
> This project was meant to enhance the knowledge on DOM manipulation by
> dynamically rendering a simple restaurant homepage.## Live demo
Click [here](https://abeidahmed.github.io/restaurant-js-page/)
## Features
- About page
- Restaurant menu page with all the menus listed
- Contact page with contact details## Getting Started
- Clone the repo `https://github.com/abeidahmed/restaurant-js-page.git`
- `cd` into the project
- Run `git pull origin feature-page`
- Run `yarn install` or `npm install` to install all the dependencies
- Run `yarn watch` or `npm watch` to start the webpack-server## Author
### Abeid Ahmed
- GitHub: [@abeidahmed](https://github.com/abeidahmed)
- Twitter: [@iamhawaabi](https://twitter.com/iamhawaabi)
- LinkedIn: [Abeid Ahmed](https://www.linkedin.com/in/abeidahmed/)## 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!