The Meal DB web application displays a list of meals that provided by an external API. The users can like a meal, leave some comments or make a reservation, in these cases an involvement API will be used.
N.B. The reservation functions are not implemented because we were two.
Please find project requirements here.
Please take a look at the video below
Presentation.mp4
The Meal DB 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;
Click here to see the live demo.
To get a local copy up and running follow these simple example steps:
- A device that support running browser applications.
- access to internet connection.
- If you just want to check the webpage/webapp, you have it available on the live demo link.
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:Behnam1369/Capstone2.git' .
- open the repository cloned with
cd Capstone2
- 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!
- CSS
- HTML
- JAVASCRIPT
- Webpack
- GitHub
- VsCode
- nodejs
- GIT
👤 Hemerson Foreste
- GitHub: @ForHemer
- Twitter: @HemersonForeste
- LinkedIn: LinkedIn
👤 Behnam Aghaali
- GitHub: @Behnam1369
- Twitter: @behnamagh1369
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Please give a ⭐️ if you like this project!
- Hat tip to anyone contributed one way or the other.
- Inspiration
- etc
This project is MIT licensed