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

https://github.com/ritikarawat220/javascriptcapstone

The Tasty Dishes site where users can view, like & comment on their favorite dishes. Built with HTML, CSS, vanilla JavaScript, Webpack, Meals API & the Involvement API.
https://github.com/ritikarawat220/javascriptcapstone

capstone-project css group-project html-css-javascript html5 javascript jest meals microverse tasty-dishes webpack

Last synced: 6 months ago
JSON representation

The Tasty Dishes site where users can view, like & comment on their favorite dishes. Built with HTML, CSS, vanilla JavaScript, Webpack, Meals API & the Involvement API.

Awesome Lists containing this project

README

          

# πŸ“— 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)
- [Deployment](#deployment)
- [πŸ‘₯ Authors](#authors)
- [πŸ”­ Future Features](#future-features)
- [🀝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [πŸ™ Acknowledgements](#acknowledgements)
- [πŸ“ License](#license)

# πŸ“– MealDB

The MealDB is a web application that has a list of foods. The web application was built based on two APi's, which are the Meals DB and the Involvement API. The web app makes APi call to render a list of meals and also make another API call when a user likes or comment.

## πŸ›  Built With

### Tech Stack

- **Html 5**
- **CSS 3**
- **Webpack 5**
- **Bootstrap 5**

### Key Features

- **List meals**

- **Add likes and comments to meals**

(back to top)

## πŸš€ Live Demo

- [live demo](https://ritikarawat220.github.io/JavaScriptCapstone/dist/)

## Demo Video from Authors
[Presentation Video](https://www.loom.com/share/b37242c978ae4aa4af8ec7ac4g73e2fac)

(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:

### Setup

Clone this repository to your desired folder:

```sh
cd my-project-folder
git clone https://github.com/ritikarawat220/JavaScriptCapstone
```

-

### Install

Install this project with:

Example command:

```sh
cd javascript-capstone
npm install
```

-

### Usage

To run the project, execute the following command:

```sh
npm run start
```

### Deployment

You can deploy this project using:

Example:

```sh
vercel or gh-pages
```

(back to top)

## πŸ‘₯ Authors

πŸ‘€ **Ritika Rawat**

- GitHub: [ritikarawat220](https://github.com/ritikarawat220)
- Twitter: [@ritikarawat22](https://twitter.com/Ritikarawat22)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/rawatritika/)

πŸ‘€ **Tracy miranja**

- GitHub: [@githubhandle](https://github.com/Tracy-miranja)
- Twitter: [@twitterhandle](https://twitter.com/tracymiranja)
- LinkedIn: [LinkedIn](https://linkedin.com/in/tracymiranja)

(back to top)

## πŸ”­ Future Features

- [ ] **Authentication**

(back to top)

## 🀝 Contributing

Contributions, issues, and feature requests are welcome!

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

(back to top)

## ⭐️ Show your support

If you like this project please give me a star⭐

(back to top)

## πŸ™ Acknowledgments

We are grateful to Microverse Inc that provided the guidelines for this project

(back to top)

## πŸ“ License

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

(back to top)