Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mrprotocoll/meal-app
- Owner: mrprotocoll
- License: mit
- Created: 2023-02-06T09:57:13.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-02-11T17:28:13.000Z (over 1 year ago)
- Last Synced: 2024-10-10T08:40:52.621Z (27 days ago)
- Topics: javascript, jest-tests, webpack
- Language: JavaScript
- Homepage:
- Size: 76.2 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
Client
- **Display meals**
- **Like meals**
- **Add comments**
- **Count meals**
- **Count comments**
- **Count likes**
- **Display meal details**
- **Unit test**
- [Live Demo Link](https://mrprotocoll.github.io/kanban-capstone-project/)
- [Loom Walkthrough Link](https://www.loom.com/share/95a7ef6a82ee4cc6b3136ebeb1d3b232)
### 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
### 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
```
👤 **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)
- [ ] **[Add good UI/UX]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
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.
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
This project is [MIT](./LICENSE) licensed.