A clone of not-hotdog app using React Native and Expo.
Demo 👇
- Node.js (>=
10.x.x) with npm/yarn installed. - expo-cli (>=
3.0.9), previously known as create-react-native-app. - a Google Cloud Platform account
- a Firebase Project setup
- Expo Client app for Android or iOS, used for testing the app
- 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.jsreplace thefirebaseConfigobject 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.jsfile.
const VISION_API_KEY = 'XXXXX'- React Native: for creating cross-platform mobile apps with JavaScript and React.
- Expo: for easily setting up React Native apps.
- react-native-elements UI component library
- Vision AI
- Firebase storage
If this project helped you reduce time to develop, please consider buying me a cup of coffee :)
