Skip to content

A food recipe app side project build with react native + strapi + apollo/graphql

Notifications You must be signed in to change notification settings

syahirdev/food-recipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

About

A food recipe app side project build with React Native Strapi GraphQL


Installation guide

Running Server

  1. install dependencies and run server side
$ git clone https://github.com/syahirdev/food-recipe.git
$ cd server
$ yarn install && yarn develop

Running Client (Android)

  1. add .env file into the folder food-recipe/client/.env
BASE_URL=http:https://192.168.x.x (replace with your own ip address)

Note: to get the ip address for windows, open cmd and insert ipconfig, then select ipv4 address as the base_url.

  1. install dependencies and run client side
$ cd client
$ yarn install && yarn start
$ yarn android

Screenshots

1. Landing Screen


2. Home Screen


3 Recipe Details Screen


4. Search Screen


5. Bookmark Screen


6. Add New Recipe Screen