Skip to content

this repository was created with the intend of understanding and learning about git bisect

Notifications You must be signed in to change notification settings

Cluab/git-bisect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

$ git clone [email protected]:microverseinc/curriculum-tools-buggy-restaurant.git
$ cd curriculum-tools-buggy-restaurant

Run project

$ npm install
$ npm run start # this will make webpack watching for your changes in code

Open page in browser

$ open dist/index.html

Built With

  • HTML
  • JavaScript
  • BootStrap

Author

The author of the entire code is Uduak Essien - acushlakoncept.

Acknowledgements

Thank you acushlakoncept for preparing this code - in its perfect and also bugged version! 👏👏👏

About

this repository was created with the intend of understanding and learning about git bisect

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published