Skip to content

Latest commit

 

History

History
87 lines (69 loc) · 3.32 KB

README.md

File metadata and controls

87 lines (69 loc) · 3.32 KB

Contributors Forks Stargazers Issues


Logo

Restaurant page - Live version

This project is part of the Microverse Javacript Section!
Report Bug · Request Feature

Table of Contents

About The Project

This project is a dynamically rendered restaurant page. Each tab('home', 'contact', 'about', 'menu') is in its own javascript file at /src and imported to index.js to be rendered when a nav link is clicked. The adding and removing HTML from the page, as well as the entering and leaving CSS animation, are handled by the page factory methods from where each page is made.

Installation

Download or clone the repo here, enter the directory in the terminal and run the commands:

  • npm i
  • npm run start Your default browser should open the app at the localhost:8080

Built With

This project was built using these technologies.

  • HTML
  • CSS3
  • Vanila Javascript
  • Webpack

Contact

👤 Sarah Uryelah Silva Chamorro

Acknowledgements