Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

This is a single webpage that displays meals froma an API and enable users to like, view meal details and comment.
https://github.com/mrprotocoll/meal-app

javascript jest-tests webpack

Last synced: 10 days ago
JSON representation

This is a single webpage that displays meals froma an API and enable users to like, view meal details and comment.

Awesome Lists containing this project

README

        

# kanban-capstone-project

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [🚀 Live Demo](#live-demo)
- [🚀 Loom Presentation](#loom-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 Javascript Capstone Project

**Javascript Capstone Project** is a single webpage that displays meals froma an API and enable users to like, view meal details and comment.

## 🛠 Built With

### Tech Stack

Client

### Key Features

- **Display meals**
- **Like meals**
- **Add comments**
- **Count meals**
- **Count comments**
- **Count likes**
- **Display meal details**
- **Unit test**

(back to top)

## 🚀 Live Demo

- [Live Demo Link](https://mrprotocoll.github.io/kanban-capstone-project/)

(back to top)

## LOOM PROJECT PRESENTATION

- [Loom Walkthrough Link](https://www.loom.com/share/95a7ef6a82ee4cc6b3136ebeb1d3b232)

(back to top)

## 💻 Getting Started

### Prerequisites

In order to run this project you need:

1. npm
use the following link to setup npm if you dont have it already installed on your computer

(install npm)

### Setup

Clone this repository to your desired folder using the above command:

```sh
cd my-folder
git clone https://github.com/mrprotocoll/kanban-capstone-project.git
```

### Install

Install this project with:

```sh
cd my-project
npm install -y
```

### Usage

To run the project:

```sh
cd my-project
npm start
```

(back to top)

## 👥 Authors

👤 **mrprotocoll**

- GitHub: [@mrprotocoll](https://github.com/mrprotocoll)
- Twitter: [@dprotocoll](https://twitter.com/dprotocoll)
- LinkedIn: [@mrprotocoll](https://www.linkedin.com/in/mrprotocoll)

👤 **Felix Sowah**

- GitHub: [@githubhandle](https://github.com/Lancelot-SO)
- Twitter: [@twitterhandle](https://twitter.com/Lancelot_hans)
- LinkedIn: [LinkedIn](hhtps://www.linkedin.com/in/felix-sowah)

(back to top)

## 🔭 Future Features

- [ ] **[Add good UI/UX]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

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

(back to top)

https://github.com/mrprotocoll/kanban-capstone-project
## ⭐️ Show your support

If you like this project, please don't forget to follow me and give it a star.

(back to top)

## 🙏 Acknowledgments

We would like to thank [Microverse](https://www.microverse.org/)
We would like to thank [TheMealDB](https://www.themealdb.com/api.php) for providing the meal API
We would like to thank our parents and supporters for their support

(back to top)

## 📝 License

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

(back to top)