Skip to content

charlie-ttt/ProductReview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Product Review 🦦

Product Review is an iOS & Android app that retrieves reviews for grocery items using React Native and USDA Food/Nutrition Database

Installation

Download the git project to your local machine

git clone https://github.com/charlie-ttt/ProductReview.git

Run

create a ngrokSecret.js file and include your password like below. Replace the secret appropriately.

const ngrokSecret = 'http://NGROCKSECRET-HERE.ngrok.io';
module.exports = { ngrokSecret };
  1. Run the server, use ngrok to allows a phone's access to a local host network.
  2. Run Expo native
npm run start-dev
expo start

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages