Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/binhussen/foodie
This is a webiste that lists meals with the option to checkout the recipe and to give a thumbs up if you like it. Its built on the mealDb API, an external API to display data about each meal.
https://github.com/binhussen/foodie
css3 javascript
Last synced: 29 days ago
JSON representation
This is a webiste that lists meals with the option to checkout the recipe and to give a thumbs up if you like it. Its built on the mealDb API, an external API to display data about each meal.
- Host: GitHub
- URL: https://github.com/binhussen/foodie
- Owner: binhussen
- Created: 2022-08-29T06:48:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-05T05:56:57.000Z (over 2 years ago)
- Last Synced: 2024-10-19T03:32:42.828Z (3 months ago)
- Topics: css3, javascript
- Language: HTML
- Homepage:
- Size: 858 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
![poster](https://user-images.githubusercontent.com/104968236/187663369-891b0828-d4df-4d6f-a9d8-fcac60081a37.svg)
# Meals recipe page
> This is a webiste that lists meals with the option to checkout the recipe and to give a thumbs up if you like it. Its built on the [mealDb API](https://www.themealdb.com/api.php), an external API to display data about each meal.
## Live Demo
> Live Version [here](https://binhussen.github.io/foodie/)
## Built With
- HTML5
- CSS
- Javascript
### Technologies used
- Git, linters (Stylelint, Lighthouse, Webhint and ESLint) and Webpack.
## Getting StartedTo get a local copy up and running follow these simple example steps.
### Prerequisites
- A Browser
- A version control software like git
- A text editor## Setup
To get a local copy up and running you'll need to have [NodeJS](https://nodejs.org/en/download/) installed on your local machine.
### Install
After installing NodeJS please follow the next steps...
### Usage
-- To clone this project use:
```bashgit clone https://github.com/binhussen/foodie.git
```
-- for installing dev dependecies use:```bash
npm install
```
-- to run the project use:
```bash
npm run build
```
-- After installing the dependencies you can run tests using this command:
```bash
npm run test
```
## Author
👤 **Abel Gebeyehu**
- GitHub: [@AbelG101](https://github.com/AbelG101)
- LinkedIn: [Abel Gebeyehu](https://www.linkedin.com/in/abel-gebeyehu-779743183/)
👤 **Mohammed Hussen (binhussen)**
- GitHub: [@binhussen](https://github.com/binhussen)
- Twitter: [@binhussens](https://twitter.com/binhussens)
- LinkedIn: [Linkedin](https://www.linkedin.com/in/binhussen/)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./MIT.md) licensed.