Skip to content

The BeefLand web application displays a list of meals that were provided by an external API. The users can like a meal, leave some comments or make a reservation, in these cases an involvement API was used. N.B. The reservation functions are not implemented because there are just two in the group.

License

Notifications You must be signed in to change notification settings

kendoriddy/BeefLand-Eatery

Repository files navigation

BeefLand Menu

The BeefLand web application displays a list of meals that were provided by an external API. The users can like a meal, leave some comments or make a reservation, in these cases an involvement API was used.

N.B. The reservation functions are not implemented because there are just two in the group.

This is the second Microverse capstone project meant to summarize all the content learned through module 2. The objective was to mimic the appearance of a dynamic web application, in a similar way a web developer would receive the requirements as if it were in a job.

Project requirements

Please find project requirements here.

Project presentation

Screenshot

screenshot

Please take a look at the video below

Video Link

How it works

The BeefLand web application allows users to like, comment, and make a reservation for their favorite meal.

  • By clicking on like button the number of like is increased and stored in the involvement API;
  • By clicking on the Comment button to display the description of the selected meal, the list of all comments, and added a new comment;
  • By clicking on the Reservation button to display the list of all reservations and make a new Reservation;

Live Demo

Live Demo Link

Getting started

To get a local copy up and running follow these simple example steps:

Prerequisites

  • A device that support running browser applications.
  • access to internet connection.

Setup

View pages from the browser

  • If you just want to check the webpage/webapp, you have it available on the live demo link.

Install locally the code of the application

In order to install a local version of this project and please do the following steps:

  • Install the latest version of any code editor.
  • install the latest version of GIT.
  • open your terminal
  • Go to the repository and clone it with `git clone git@github.com/kendoriddy/js-capstone.git' .
  • open the repository cloned with cd js-capstone
  • if your code editor is VsCode type code .
  • Install webpack with: npm install --save-dev webpack webpack-cli
  • To run it type nmp run start or run live server from the docs directory
  • To test it npm run test
  • and enjoy!

Technologies Used

  • CSS
  • HTML
  • JAVASCRIPT
  • Webpack
  • GitHub
  • VsCode
  • nodejs
  • GIT

Project Name

Description the project.

Authors

👤 Kehinde Onifade

👤 Ghislain Mitahi

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

📝 License

This project is MIT licensed

About

The BeefLand web application displays a list of meals that were provided by an external API. The users can like a meal, leave some comments or make a reservation, in these cases an involvement API was used. N.B. The reservation functions are not implemented because there are just two in the group.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published