Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

amandeepmittal/not-hotdog-app

Repository files navigation

Not-hotdog app

A clone of not-hotdog app using React Native and Expo.

Demo 👇

demo

Prerequisites

Getting Started

  • Clone the repo
git clone https://github.com/amandeepmittal/not-hotdog-app.git
  • Install all the packages
npm install
  • Run the app
expo start
  • Next, in config/Firebase.js replace the firebaseConfig object with your key values.
const firebaseConfig = {
  apiKey: 'XXXX',
  authDomain: 'XXXX',
  databaseURL: 'XXXX',
  projectId: 'XXXX',
  storageBucket: 'XXXX',
  messagingSenderId: 'XXXX',
  appId: 'XXXX'
}
  • Lastly, add the Vision API key in App.js file.
const VISION_API_KEY = 'XXXXX'

Built With

Donation

If this project helped you reduce time to develop, please consider buying me a cup of coffee :)

Buy Me a Coffee at ko-fi.com

About

A Not hotdog clone using React Native and Expo

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published