Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 1 month 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.

Awesome Lists containing this project

README

        

logo

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]

**[Recipa]** is a recipe searching web app where anyone can search for recipes, bookmark recipes and also add their own recipes.

## 🛠 Built With

### Tech Stack

Client

Database

### Key Features

- **[Skelenton Loaders]**
- **[React Routers]**
- **[Dark Mode]**

(back to top)

## 🚀 Live Demo

- [Live Demo Link](https://recipa.netlify.app)

(back to top)

## 💻 Getting Started

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
```

(back to top)

## 👥 Authors

👤 **Temitope Ogunleye**

- GitHub: [@topeogunleye](https://github.com/topeogunleye)
- Twitter: [@tope_leye](https://twitter.com/tope_leye)
- LinkedIn: [ogunleye](https://linkedin.com/in/ogunleye)

(back to top)

## 🔭 Future Features

- [ ] **[Sidebar for Adding Comments]**
- [ ] **[new_feature_2]**
- [ ] **[new_feature_3]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/topeogunleye/Recipe-App-V2/issues).

(back to top)

## ⭐️ Show your support

If you like this project, please star it here on GitHub

(back to top)

## 🙏 Acknowledgments

I would like to thank the creators of [yummly](https://www.yummly.com/)

(back to top)

## ❓ FAQ

- **[Question_1]**

- [Answer_1]

- **[Question_2]**

- [Answer_2]

(back to top)

## 📝 License

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._

(back to top)