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

https://github.com/shewolf227/meals-4-you


https://github.com/shewolf227/meals-4-you

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# Meals-A-Day

>> JavaScript capstone project - API-based webapp

In this project we built a web application that consumes the [MealDB API](https://www.themealdb.com/api.php).

![meal-a-day-final](https://user-images.githubusercontent.com/98121137/169287798-99c95faf-b951-4162-8851-190bc94f3538.gif)

## Project Features

- Displays all meals that begin with letter 'c'
- A user can like a meal item
- A user can comment on a meal item
- A user can view details of a particular meal item
- A user can view comments of a particular item

## Built With 🔨

- HTML
- CSS
- JavaScript(ES6)
- Jest
- Git & Github
- Webpack

## Setup

### Clone this repository

```bash
$ git clone https://github.com/jmoseka/Meals-A-Day.git
$ cd Meals-A-Day
```

### Run project

```bash
$ npm install
$ npm run start
```

### Open page in browser
```bash
$ open dist/index.html
```

### Prerequisites

- IDE (VCode For me 🔥).
- Git and GitHub
- npm and node.js installed.

## Authors

👤 **Sonia Karungi**

- GitHub: [@SoniaKarungi](https://github.com/SoniaKarungi)

👤 **Jamila Moseka**

- GitHub: [@jmoseka](https://github.com/jmoseka)

## 🤝 Contributing

Contributions, issues and feature requests are welcome!

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments

- Hat tip to anyone whose code was used
- Inspiration
- etc

## 📝 License

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