Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/c00p75/chowtime
- Owner: c00p75
- License: mit
- Created: 2023-01-12T17:27:37.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-08-07T13:20:17.000Z (over 1 year ago)
- Last Synced: 2024-05-17T15:33:50.036Z (8 months ago)
- Topics: bootstrap, html-css-javascript, rest-api
- Language: JavaScript
- Homepage: https://c00p75.github.io/ChowTime/dist/
- Size: 7.61 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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-)**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.
Client
Server
Database
- **Load Categories and meals**
- **View Meal Details**
- **Leave Comments**
- **Add Like**
- [Live Demo Link](https://c00p75.github.io/Chow-Time/dist/)
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.
👤 **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/)
- [ ] **Reply to comments**
- [ ] **Download Videos**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project give it a star
We would like to thank Microverse Inc for this project.
- **Is this project Scalable?**
- Yes
- **Can I create an account?**
- Not at the moment
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._