Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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. 🍳
- Host: GitHub
- URL: https://github.com/karanwadhwa/recipeshare
- Owner: karanwadhwa
- License: mit
- Created: 2019-03-12T07:25:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T05:39:58.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T23:49:03.235Z (about 1 month ago)
- Topics: expo, react-native, react-navigation, redux, shoutem-ui
- Language: JavaScript
- Homepage: https://expo.io/@karanwadhwa/RecipeShare
- Size: 70.5 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RecipeShare
personal cooking sidekick for recipe inspirations.
## 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)
## 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)