Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/karanwadhwa/recipeshare

personal cooking sidekick for recipe inspirations. 🍳
https://github.com/karanwadhwa/recipeshare

expo react-native react-navigation redux shoutem-ui

Last synced: 24 days ago
JSON representation

personal cooking sidekick for recipe inspirations. 🍳

Awesome Lists containing this project

README

        

# RecipeShare

personal cooking sidekick for recipe inspirations.

Get it on Google Play

## Expo

### [Download Expo Client App](https://play.google.com/store/apps/details?id=host.exp.exponent&hl=en_US)

[![Expo QR code](https://github.com/karanwadhwa/RecipeShare/blob/master/demo/RecipeShareExpoQRcode.PNG)](https://expo.io/@karanwadhwa/RecipeShare)

With an Android phone, scan this QR code with your [Expo mobile app](https://play.google.com/store/apps/details?id=host.exp.exponent&hl=en_US) to load this project immediately.

Or Request a link [here](https://expo.io/@karanwadhwa/RecipeShare).

## Demo

[Imgur](https://i.imgur.com/xuZ9B4B.gif)

RecipeShare App GIF

## Installation

### Requirements

- [Node.js](https://nodejs.org/en/)
- [Yarn](https://yarnpkg.com) or [npm](https://www.npmjs.com/)
- [Expo](https://expo.io/)

```sh
$ git clone [email protected]:karanwadhwa/RecipeShare.git
$ cd RecipeShare
$ yarn or npm install
$ expo start
```

### API

This project makes use of [TheMealDB API](https://www.themealdb.com/api.php).

Since the app is still in development and for educational purposes we use their test API key.

Register for an API key [here](https://www.themealdb.com/api.php) and change the baseURL in [`/config/api.js`](https://github.com/karanwadhwa/RecipeShare/blob/master/config/api.js)

Support them on [Patreon](https://www.patreon.com/thedatadb).

## LICENSE

This project is licensed under the [MIT License](https://github.com/karanwadhwa/RecipeShare/blob/master/LICENSE)