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

https://github.com/devendra-alt/es6-capstone

Meal DB API website showcasing different meals with interaction options like adding comment and likes, also consuming API to storing user interations
https://github.com/devendra-alt/es6-capstone

es6 javascript microverse responsive-design rest-api web webpack

Last synced: 6 months ago
JSON representation

Meal DB API website showcasing different meals with interaction options like adding comment and likes, also consuming API to storing user interations

Awesome Lists containing this project

README

          

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 ES6-Capstone ](#-your_project_name-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)

# 📖 ES6-CAPSTONE

**ES6-capstone** is a website where users can find meals, fetched from mealDB, comment and make a reservsation.

## 🛠 Built With

### Tech Stack

Client

### Key Features

- **HTML Form**
- **css flexbox**
- **Semantic tags**
- **ES6 Javascript**
- **ES6 modules**
- **webpack**
- **Async**
- **JEST test library**
- **Fetch API**

(back to top)

## 🚀 Live Demo

- Video Link

- [Live Demo Link](https://dev--euphonious-kitsune-6bef08.netlify.app/)

(back to top)

## 💻 Getting Started

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

### Prerequisites

In order to run this project you need:

- Web browser
- Node
- VS code

### Setup

Clone this repository to your desired folder:

```
cd my-folder
git clone https://github.com/devendra-alt/ES6-capstone
```

### Install

Install this project with:

```sh
cd ES6-capstone
npm i
```

### Usage

To run the project, execute the following command:

```
npm run dev
```

### Run tests

To run tests, run the following command:

```sh
npm test
```

### Deployment

You can deploy this project using:

- Github pages
- Netlify

(back to top)

## 👥 Authors

👤 **Devendra Mulewa**

- GitHub: [@githubhandle](https://github.com/devendra-alt)
- Twitter: [@twitterhandle](https://twitter.com/Devendra5101)
- LinkedIn: [LinkedIn](https://linkedin.com/in/devendramulewa)

👤 **Iwu John Chinonso**

- GitHub: [@githubhandle](https://github.com/maths29)
- Twitter: [@twitterhandle](https://twitter.com/maths29)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/iwu-john-b92b01148/)

👤 **Bleu Yves Sopoude (MrBlue)**

- GitHub: [@Bleu-Yves-Sopoude](https://github.com/Bleu-Yves-Sopoude)
- Linkedin: [@in/bleu-yves](https://www.linkedin.com/in/bleu-yves/)
- GitHub: [@bleuYves](https://twitter.com/bleuYves)

(back to top)

## 🔭 Future Features

- [ ] **[Adding-meals]**
- [ ] **[Sign-up]**
- [ ] **[Login]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/devendra-alt/ES6-capstone/issues).

(back to top)

## ⭐️ Show your support

If you like this project please start it

(back to top)

## 🙏 Acknowledgments

We would like to thank Microverse

(back to top)

## 📝 License

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

(back to top)