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.
- Host: GitHub
- URL: https://github.com/binyamolango/meal-app
- Owner: binyamolango
- License: mit
- Created: 2024-01-02T08:45:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-21T06:26:21.000Z (over 2 years ago)
- Last Synced: 2025-04-13T19:18:57.274Z (about 1 year ago)
- Topics: api-server, bootstrap, css, html, javascript, react
- Language: JavaScript
- Homepage: https://edenic-meal-app.netlify.app/
- Size: 926 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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** 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.
Frontend
Backend
- **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**
> https://edenic-meal-app.netlify.app/
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
```
👤 **Binyam Yohannes**
- GitHub: [@binyamolango ](https://github.com/binyamolango)
- LinkedIn: [Binyam Yohannes](https://www.linkedin.com/in/binyamyohannes/)
- UI
- Optimizing query time
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project please give it a star.
I would like to thank My God, family, friends, teammates, and Microverse.
This project is [MIT](https://github.com/binyamolango/morsecode/blob/dev/LICENSE) licensed.