Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/c00p75/chowtime

ChowTime is a demo project that illustrates the consumption of APIs. The app list out the meals that one can view, comment on, and like.
https://github.com/c00p75/chowtime

bootstrap html-css-javascript rest-api

Last synced: 2 days ago
JSON representation

ChowTime is a demo project that illustrates the consumption of APIs. The app list out the meals that one can view, comment on, and like.

Awesome Lists containing this project

README

        

logo

Chow Time

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 Movie Site ](#-movie-site-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [🎞 Video Link ](#-video-link-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [❓ FAQ ](#-faq-)
- [📝 License ](#-license-)

# 📖 Chow Time

**ChowTime** is a demo project that illustrates the consumption of APIs. The app list out the meals that one can view, comment on, and like.

## 🛠 Built With

### Tech Stack

Client

Server

Database

### Key Features

- **Load Categories and meals**
- **View Meal Details**
- **Leave Comments**
- **Add Like**

(back to top)

## 🚀 Live Demo

- [Live Demo Link](https://c00p75.github.io/Chow-Time/dist/)

(back to top)

## 💻 Getting Started

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

### Prerequisites

- Install git in your computer.
- Install a code editor.
- And web browser to view the output.

### Setup

Clone this repository to your desired folder:

- `cd my-folder`
- `git clone [email protected]:c00p75/Chow-Time.git`

### Install

Install this project with:

- `cd my-project`
- Run `npm install` to install the dependencies.

### Usage

To run the project, execute the following command:

- `npm run build`
- `npm start`
- Open the dist/index.html file with a browser.

(back to top)

## 👥 Authors

👤 **George M'sapenda**

- GitHub: [@githubhandle](https://github.com/c00p75)
- Twitter: [@twitterhandle](https://twitter.com/GeorgeMsapenda)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/george-m-sapenda-593750201/)

👤 **Uchechi Nwaka**

- GitHub: [@githubhandle](https://github.com/uchexm)
- Twitter: [@Nwakauc](https://twitter.com/Nwakauc)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/uchechi-nwaka-79a21a75/)

(back to top)

## 🔭 Future Features

- [ ] **Reply to comments**
- [ ] **Download Videos**

(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 give it a star

(back to top)

## 🙏 Acknowledgments

We would like to thank Microverse Inc for this project.

(back to top)

## ❓ FAQ

- **Is this project Scalable?**

- Yes

- **Can I create an account?**

- Not at the moment

(back to top)

## 📝 License

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

_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._

(back to top)