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

https://github.com/binyamolango/meal-app

Meal App is a web application based on an external API that displays meals based on categories and location. It can also allow the user to like and give comments.
https://github.com/binyamolango/meal-app

api-server bootstrap css html javascript react

Last synced: 3 months ago
JSON representation

Meal App is a web application based on an external API that displays meals based on categories and location. It can also allow the user to like and give comments.

Awesome Lists containing this project

README

          

# Meal App

# 📗 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)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 Meal App

**Meal App** is a meal web application based on an external API that displays meals based on categories and location. It can also allow the user to like and give comments.

## 🛠 Built With

### Tech Stack

Frontend

Backend

### Key Features

- **Display meals categories**
- **Show the list of meals based on the category selected**
- **Show the list of meals based on location**
- **Add comments and likes**

### Live Demo

> https://edenic-meal-app.netlify.app/

(back to top)

## 💻 Getting Started

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

### Prerequisites

> You need the following tools to be installed on your computer:

> - [node](https://nodejs.org/en)
> - [Git](https://www.linode.com/docs/guides/how-to-install-git-on-linux-mac-and-windows/)
> - [IDE](https://code.visualstudio.com/download)
> - Etc

### Setup

Clone this repository to your desired folder:

```sh
cd my-preferred-folder

git clone https://github.com/binyamolango/meal_app.git

```

### Install

Install this project with:

```sh
cd meal_app

npm install
```

### Usage

To run the project, execute the following command:

```sh
npm start
```

### Run tests

To run tests, run the following command:

```sh
npm run test
```

(back to top)

## 👥 Author

👤 **Binyam Yohannes**

- GitHub: [@binyamolango ](https://github.com/binyamolango)
- LinkedIn: [Binyam Yohannes](https://www.linkedin.com/in/binyamyohannes/)

(back to top)

## 🔭 Future Features

- UI
- Optimizing query time

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project please give it a star.

(back to top)

## 🙏 Acknowledgments

I would like to thank My God, family, friends, teammates, and Microverse.

(back to top)

## 📝 License

This project is [MIT](https://github.com/binyamolango/morsecode/blob/dev/LICENSE) licensed.

(back to top)