Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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! 👏👏👏