Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cliftondavies/tereziz
A restaurant landing page.
https://github.com/cliftondavies/tereziz
css3 html5 javascript netlify npm webpack
Last synced: about 1 month ago
JSON representation
A restaurant landing page.
- Host: GitHub
- URL: https://github.com/cliftondavies/tereziz
- Owner: cliftondavies
- License: mit
- Created: 2020-11-05T15:41:31.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-26T12:25:48.000Z (almost 4 years ago)
- Last Synced: 2024-11-13T01:38:21.040Z (3 months ago)
- Topics: css3, html5, javascript, netlify, npm, webpack
- Language: JavaScript
- Homepage: https://tereziz.netlify.app/
- Size: 4.8 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Restaurant
> An implementation of a Single-Page Restaurant app.
![screenshot](restaurant.png)
## :tv: Media
[Live Demo Link](https://tereziz.netlify.app/)
## :toolbox: Tools & Technologies Used
### Built with
- HTML5
- CSS3
- JavaScript ES6
- webpack 5## :rocket: Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
Install [Node.js with npm](https://nodejs.org/en/download/)
Install [webpack](https://webpack.js.org/guides/getting-started/)
### Set up
Clone repo into your local environment:
Clone with SSH
```git
git clone [email protected]:cliftondavies/Restaurant.git
```Clone with HTTPS
```git
git clone https://github.com/cliftondavies/Restaurant.git
```Open project directory
```bash
cd [your-directory-name]
```Install packages:
```javascript
npm install
```### Local Usage
#### In console
Start webpack:
```javascript
npm run watch
```#### In Browser
Visit `http://localhost:3000/`.
## Author
π€ **Clifton Davies**
- Github: [@githubhandle](https://github.com/cliftondavies)
- Twitter: [@twitterhandle](https://twitter.com/cliftonaedavies)
- Linkedin: [linkedin](https://www.linkedin.com/in/clifton-davies-mbcs/)## π€ Contributing
Contributions, issues and feature requests are welcome!
## Show your support
Give a βοΈ if you like this project!
## Acknowledgements
- [Ultimate Addons](https://www.ultimatebeaver.com/restaurant-page-template/)
- [webflow Blog](https://webflow.com/blog/restaurant-website-design)
- [Justus Menke](https://unsplash.com/photos/47cW0To8dQY)
- [jojo (sharemyfoodd)](https://unsplash.com/photos/r4oekBkaF2Y)
- [StoriΓ¨s](https://unsplash.com/photos/8b8k6AsNY6c)## π Copyright & License
Copyright (c) 2020 Clifton Davies.
This project is licensed under [MIT](https://opensource.org/licenses/MIT). See LICENSE file for details.