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

https://github.com/jmoseka/meals-a-day

A collaboration project. Javascript webapp that shows meals, recipes and instructions on how to prepare them. The data is fetched from an API using redux
https://github.com/jmoseka/meals-a-day

api-rest eslint html-css-javascript webpack

Last synced: about 1 year ago
JSON representation

A collaboration project. Javascript webapp that shows meals, recipes and instructions on how to prepare them. The data is fetched from an API using redux

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)

## 🔴 [LIVE LINK](https://jmoseka.github.io/Meals-A-Day/)

## 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)

## 🤝 Contribution

👤 **Daniel Asakpa**

[@danielasakpa](https://github.com/danielaskpa)

- Centered the style of the meals list for improved visual presentation

[feat: Centering Meals List Style](https://github.com/jmoseka/Meals-A-Day/pull/37)

## 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.