An API based webapp that displays Meals from the MealsDB API. The features of this webapp include
- An option to like a meal by clicking on the like button
- A comment button that opens up a modal and allows users to leave comments
- A reservation button that also opens a modal and allows users to make reservations
Additional description about the project and its features.
Languages
- HTML
- CSS
- Javascript
Frameworks
- Webpack
Link to Project Video Description
The following tools help make it easier to run this code.
- Visual Studio Code: A source code editor
- git: A tool for managing source code
To run this project you need Node and NPM installed on your local machine
Note
: When you install Node.js, npm is automatically installed, However, npm is released more frequently than Node.js
If you have installed git you can clone the code to your machine, or download a ZIP of all the files directly. Download the ZIP from this location, or run the following git command to clone the files to your machine:
git clone https://github.com/lily-coder/javascript-capstone.git
Once the files are downloaded or cloned on your machine, open your terminal and cd to "javascript-capstone" folder
and run the following commands:
To install all dependencies
npm install
To build and configure webpack
npm run build
To start development server
npm run start
Once all the dependencies have been installed and webpack has been built and configured successfully run the following commands:
npm test
- GitHub: @lily-coder
- LinkedIn: Lilian Moraa
- GitHub: @yaseerokino
- LinkedIn: Yaseer Okino
- GitHub: @kossi-stack
- LinkedIn: Kossi Stack
Give a ⭐️ if you like this project!
This project is MIT licensed.