Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/topeogunleye/Recipe-App-V2
Meal Finder app that pulls from TheMealDB API to allow users to search for and view recipes, or get random recipes. Built with React and Tailwind CSS.
https://github.com/topeogunleye/Recipe-App-V2
react tailwindcss
Last synced: 3 months ago
JSON representation
Meal Finder app that pulls from TheMealDB API to allow users to search for and view recipes, or get random recipes. Built with React and Tailwind CSS.
- Host: GitHub
- URL: https://github.com/topeogunleye/Recipe-App-V2
- Owner: topeogunleye
- Created: 2021-04-29T04:27:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-02T12:13:47.000Z (3 months ago)
- Last Synced: 2024-08-02T13:52:10.099Z (3 months ago)
- Topics: react, tailwindcss
- Language: JavaScript
- Homepage: https://recipa.netlify.app/
- Size: 18.7 MB
- Stars: 21
- Watchers: 1
- Forks: 1
- 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)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)**[Recipa]** is a recipe searching web app where anyone can search for recipes, bookmark recipes and also add their own recipes.
Client
Database
- **[Skelenton Loaders]**
- **[React Routers]**
- **[Dark Mode]**
- [Live Demo Link](https://recipa.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 i create-react-app
```
### Setup
Clone this repository to your desired folder:
Example commands:
```sh
cd my-folder
git clone [email protected]:topeogunleye/Recipe-App-V2.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
```
👤 **Temitope Ogunleye**
- GitHub: [@topeogunleye](https://github.com/topeogunleye)
- Twitter: [@tope_leye](https://twitter.com/tope_leye)
- LinkedIn: [ogunleye](https://linkedin.com/in/ogunleye)
- [ ] **[Sidebar for Adding Comments]**
- [ ] **[new_feature_2]**
- [ ] **[new_feature_3]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/topeogunleye/Recipe-App-V2/issues).
If you like this project, please star it here on GitHub
I would like to thank the creators of [yummly](https://www.yummly.com/)
- **[Question_1]**
- [Answer_1]
- **[Question_2]**
- [Answer_2]
This project is [MIT](./MIT.md) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._