Users can search for recipes by ingredient with optional filters for excluded ingredient, max number of ingredients, max minutes to prepare, or cuisine.
This app was written in React Native as a Capstone Project at Ada Developers Academy.
PUBLISHED APP LINK with QR CODE
- Tappable Calendar on Home screen for seeing recipes for selected date + 7 days.
- Recipes are sourced from an external API deployed here.
- Node.js - this is needed in order to access the Node Package Manager (npm).
- Clone this repository.
- Install the Expo Command Line Interface by running
npm install -g expo-cli
. - Install dependencies by running
npm install
. - To test the app on your local machine:
- To test on an iPhone Simulator
- Download XCode and follow instructions.
- To test on an Android Emulator
- Download Android Studio and follow instructions.
- To test on an iPhone Simulator
- The database is in PostgreSQL and is already created and configured on the deployed back-end here.
- To start the server run
npm start
orexpo start
. These commands are interchangeable. - Currently, the code to create a new user in the database has not been tested and confirmed to work. You can use the app by logging in with the email
[email protected]
and passwordI^mtesting