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
- Host: GitHub
- URL: https://github.com/devendra-alt/es6-capstone
- Owner: devendra-alt
- License: mit
- Created: 2023-07-10T08:36:53.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2024-03-13T03:55:32.000Z (about 2 years ago)
- Last Synced: 2025-03-29T22:51:13.478Z (about 1 year ago)
- Topics: es6, javascript, microverse, responsive-design, rest-api, web, webpack
- Language: JavaScript
- Homepage:
- Size: 1.05 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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** is a website where users can find meals, fetched from mealDB, comment and make a reservsation.
Client
- **HTML Form**
- **css flexbox**
- **Semantic tags**
- **ES6 Javascript**
- **ES6 modules**
- **webpack**
- **Async**
- **JEST test library**
- **Fetch API**
- [Live Demo Link](https://dev--euphonious-kitsune-6bef08.netlify.app/)
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
👤 **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)
- [ ] **[Adding-meals]**
- [ ] **[Sign-up]**
- [ ] **[Login]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/devendra-alt/ES6-capstone/issues).
If you like this project please start it
We would like to thank Microverse
This project is [MIT](./LICENSE) licensed.