https://github.com/shewolf227/meals-4-you
https://github.com/shewolf227/meals-4-you
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shewolf227/meals-4-you
- Owner: Shewolf227
- License: mit
- Created: 2022-05-19T13:41:51.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-19T13:42:05.000Z (about 4 years ago)
- Last Synced: 2025-04-09T18:04:12.211Z (about 1 year ago)
- Language: JavaScript
- Size: 328 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Meals-A-Day
>> JavaScript capstone project - API-based webapp
In this project we built a web application that consumes the [MealDB API](https://www.themealdb.com/api.php).

## Project Features
- Displays all meals that begin with letter 'c'
- A user can like a meal item
- A user can comment on a meal item
- A user can view details of a particular meal item
- A user can view comments of a particular item
## Built With 🔨
- HTML
- CSS
- JavaScript(ES6)
- Jest
- Git & Github
- Webpack
## Setup
### Clone this repository
```bash
$ git clone https://github.com/jmoseka/Meals-A-Day.git
$ cd Meals-A-Day
```
### Run project
```bash
$ npm install
$ npm run start
```
### Open page in browser
```bash
$ open dist/index.html
```
### Prerequisites
- IDE (VCode For me 🔥).
- Git and GitHub
- npm and node.js installed.
## Authors
👤 **Sonia Karungi**
- GitHub: [@SoniaKarungi](https://github.com/SoniaKarungi)
👤 **Jamila Moseka**
- GitHub: [@jmoseka](https://github.com/jmoseka)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc
## 📝 License
This project is [MIT](./MIT.md) licensed.