A web App created in the fulfillment of Microverse mandatory Javascript restaurant project.
View Demo
·
Report Bug
·
Request Feature
The app is built using native javascript api for manipulating the DOM. The main aim of this app was to aquaint the learner with DOM manipulation skills using vanilla Javascript. The site constitutes of 3 tab sections, mainly:-
Home (Landing Page)
- This section contains a simple dummy description of the restaurant app.
- This is also the landing page.
About Section
Menu Section.
Click here for a live demo of the app.
The project was built using the following languages stacks:
Front-End(client)
- Bootstrap v 4
- HTML
- JavaScript
- Font Awesome Icons
Testing Frameworks
- N/A
To get a local copy up and running follow these simple example steps.
-
Node
-
Basic knowledge of npm/yarn
- Clone the repo
git clone https://github.com/Cyrus-Kiprop/restaurant_page
- CD into the project root directory
cd ./restaurant_page
- Install Dependencies and packages
npm install
- Build the files
npm run build
Open the index.html file using live servers.
right click on index.html file and open it with the browser or with live server.
http//localhost:8080
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/NewAwesomeFeature
) - Commit your Changes (
git commit -m 'Add some NewAmazingFeature'
) - Push to the Branch (
git push origin feature/NewAmazingFeature
) - Open a Pull Request
Cyrus Kiprop - cyruskiprop254@gmail.com
Project Link: https://github.com/Cyrus-Kiprop/restaurant_page
👤 Cyrus Kiprop
- Github: Cyrus-Kiprop
- Twitter: @kipropJS
- Linkedin: Cyrus Kiprop
Distributed under the MIT License. See LICENSE for more information.