This project was created by Steve Vance, Chris Fraser and James Fraser.
Waste-Not Want-Not is a react-native.js mobile application designed to fight unnecessary food waste. It allows the user to search through a list of ingredients and the app fetches from 'spoonacular' api to recommend recipes based on the tagged ingredients. It also allows users to add any 'intolerances' which is then factored into the recipe search.
A react-native / firebase application that can be run on android or IOS.
- Clone this repo to your local machine
Firstly install Expo
$ npm install -g expo-cli
now install packages
$ npm install
start the application in expo
$ expo start
this will open expo in a browser tab. To run the app on an iphone or android emulator ensure you are using Tunnel rather than LAN.