https://github.com/alusp/meals-capstone-project
Implementation of a Single Page Application which shows the meals coming from MealsDB API and also used the Involvement API to record the comments and Like for each meal.
https://github.com/alusp/meals-capstone-project
Last synced: 11 months ago
JSON representation
Implementation of a Single Page Application which shows the meals coming from MealsDB API and also used the Involvement API to record the comments and Like for each meal.
- Host: GitHub
- URL: https://github.com/alusp/meals-capstone-project
- Owner: Alusp
- License: other
- Created: 2022-08-29T12:44:09.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-14T20:35:21.000Z (over 3 years ago)
- Last Synced: 2025-04-24T07:11:49.432Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.1 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
World-Health-Assembly
# π Table of Contents
- [π About the Project](#about-project)
- [π Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [π Live Demo](#live-demo)
- [π» Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [π₯ Authors](#authors)
- [π Future Features](#future-features)
- [π€ Contributing](#contributing)
- [βοΈ Show your support](#support)
- [π Acknowledgements](#acknowledgements)
- [β FAQ (OPTIONAL)](#faq)
- [π License](#license)
> **In this project we have implemented a Single Page Application which does show the meals coming from MealsDB API and we also used the Involvement API in order to record the comments and Like for each meal**
Client
- HTML
- CSS
- JavaScript
- TailwindCss
- Display all meals
- Comment on meals
- Fully Responsive
- [**Hereπ**](https://ajmeals.netlify.app/)

To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
```sh
Node.js
```
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/Alusp/meals-capstone-project.git
```
### Install
Install this project with:
```sh
cd meals-capstone-project
npm install
```
### Usage
To run the project:
```sh
npm start
```
To create build file. Use below command
`npm run build`
To run the JEST Test below command
`npm run test`
### Deployment
You can deploy this project using github pages
π€ **Alusine Jalloh**
- GitHub: [@Alusp](https://github.com/Alusp)
- LinkedIn: [@alusine-jalloh](https://www.linkedin.com/in/alusine-jalloh)
- Twitter: [@aseni_jalloh](https://twitter.com/aseni_jalloh)
π€ **Aakash**
- GitHub: [@skyv26](https://github.com/skyv26)
- Twitter: [@vrma_aakash](https://twitter.com/vrma_aakash)
- LinkedIn: [@devaakash](https://www.linkedin.com/in/devaakash/)
- Frontend Mentor: [@skyv26](https://www.frontendmentor.io/profile/skyv26)
- [ ] Add Orders
- [ ] Payments
- [ ] Notifications
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Alusp/meals-capstone-project/issues).
If you like this project please leave a star
Thank you to Microverse for the inspiration
This project is [MIT](./MIT.md) licensed.