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

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.

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!