An open API service indexing awesome lists of open source software.

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.

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)

# Meals

> **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**

## πŸ›  Built With

### Tech Stack

Client


  • HTML

  • CSS

  • JavaScript

  • TailwindCss

### Key Features

- Display all meals
- Comment on meals
- Fully Responsive

(back to top)

## πŸš€ Live Demo

- [**HereπŸš€**](https://ajmeals.netlify.app/)

![desktop-image](https://user-images.githubusercontent.com/43528594/218848666-1f6a162b-ff88-41de-9451-8890d356453f.png)

(back to top)

## πŸ’» Getting Started

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

(back to top)

## πŸ‘₯ Authors

πŸ‘€ **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)

(back to top)

## πŸ”­ Future Features

- [ ] Add Orders
- [ ] Payments
- [ ] Notifications

(back to top)

## 🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Alusp/meals-capstone-project/issues).

(back to top)

## ⭐️ Show your support

If you like this project please leave a star

(back to top)

## πŸ™ Acknowledgments

Thank you to Microverse for the inspiration

(back to top)

## πŸ“ License

This project is [MIT](./MIT.md) licensed.

(back to top)