Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soulemanou-software/curriculum-tools-buggy
In this repository i am learnig how to use git bisect
https://github.com/soulemanou-software/curriculum-tools-buggy
Last synced: about 2 months ago
JSON representation
In this repository i am learnig how to use git bisect
- Host: GitHub
- URL: https://github.com/soulemanou-software/curriculum-tools-buggy
- Owner: soulemanou-software
- Created: 2022-08-22T11:04:33.000Z (over 2 years ago)
- Default Branch: development
- Last Pushed: 2022-08-25T07:51:51.000Z (over 2 years ago)
- Last Synced: 2024-10-18T16:16:51.825Z (2 months ago)
- Language: JavaScript
- Size: 4.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Buggy Restaurant
This a Simple Restuarant Page App using webpack to manipulate DOM by dynamically rendering its various pages: Home, Menu, and Contact.
Below you can see how this website should look and behave:
![screenshot](./restaurant.gif)
## Why this Restaurant page is special?
Buggy Restaurant is unique as it will serve you not only delicious food but also a couple of bugs 🐛🐛.
This project is supposed to be used in the "Catch hidden bugs" exercise.## Setup
### Clone this repository
```bash
$ git clone [email protected]:microverseinc/curriculum-tools-buggy-restaurant.git
$ cd curriculum-tools-buggy-restaurant
```### Run project
```bash
$ npm install
$ npm run start # this will make webpack watching for your changes in code
```### Open page in browser
```bash
$ open dist/index.html
```## Built With
- HTML
- JavaScript
- BootStrap## Author
The author of the entire code is Uduak Essien - [acushlakoncept](https://github.com/acushlakoncept).
## Acknowledgements
Thank you [acushlakoncept](https://github.com/acushlakoncept) for preparing this code - in its perfect and also bugged version! 👏👏👏