Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/topeogunleye/recipe-app
A meal finder app that pulls from TheMealDB API to allow users to search for, view recipes, and comment on recipes. Built with JavaScript and Tailwind CSS
https://github.com/topeogunleye/recipe-app
babel css3 eslint html5 javascript stylelint webhint webpack
Last synced: 16 days ago
JSON representation
A meal finder app that pulls from TheMealDB API to allow users to search for, view recipes, and comment on recipes. Built with JavaScript and Tailwind CSS
- Host: GitHub
- URL: https://github.com/topeogunleye/recipe-app
- Owner: topeogunleye
- Created: 2021-12-20T12:24:09.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-12-12T20:46:57.000Z (almost 2 years ago)
- Last Synced: 2024-10-10T01:41:25.003Z (27 days ago)
- Topics: babel, css3, eslint, html5, javascript, stylelint, webhint, webpack
- Language: CSS
- Homepage: https://recipeappmicroverse.netlify.app/
- Size: 18.6 MB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Microverse README Template
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)**[recipe-app]** is a meal finder app that pulls from TheMealDB API to allow users to search for, view recipes, and comment on recipes.
Client
- **[Fetch_API]**
- **[Modals]**
- **[Pagination]**
- [Live Demo Link](https://recipeappmicroverse.netlify.app/)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Create React App
```sh
npm install webpack
```
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone [email protected]:topeogunleye/recipe-app.git
```
### Install
Install this project with:
- Install Node Modules
```sh
npm install
```
### Usage
To run the project, execute the following command:
- Start the development server
```sh
npm start
```
### Run tests
To run tests, run the following command:
- Test the items Counter and Comments Counter function
```sh
npm test
### Deployment
You can deploy this project using:
```sh
npm run deploy
```
👤 **Temitope Ogunleye**
- GitHub: [@topeogunleye](https://github.com/topeogunleye)
- Twitter: [@tope_leye](https://twitter.com/tope_leye)
- LinkedIn: [ogunleye](https://linkedin.com/in/ogunleye)
👤 **Gbenga Emmanuel**
- GitHub: [@gbengacode](https://github.com/gbengacode)
- [ ] **[animations]**
- [ ] **[deployment]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/topeogunleye/recipe-app/issues).
If you like this project, kindly star it
I would like to thank the creators of [yummly](https://www.yummly.com/)
- **[What inspired you to build this website]**
- [I learnt how to build a recipe website from Brad traversy's 20 Web Projects With Vanilla JavaScript Course ]
- **[What is your favorite food]**
- [Beans and Potatoes]
This project is [MIT](./MIT.md) licensed.