A social media app where users upload photos of themselves completing fun sustainability challenges!
Won 1st at UC Santa Barbara's Google Developer Student Club's Solution Challenge.
Table of Contents
Click to watch our Demo Video below!
This app is a collaborative project between Ajay Liu (@ajayliu), Rohil Shah (@rohildshah), Will Corcoran (@wrcorcoran), and Nikhil Vyas (@nikhilvyas109) for the 2023 Google Developer Student Club Solution Challenge. Won 1st at UC Santa Barbara's Google Developer Student Club's Solution Challenge.
Here is a guide if you want to clone the project and modify it for yourself, all the way to deployment.
- Clone the repo
git clone https://github.com/AjayLiu/verde-app-expo.git
- Install packages
yarn
- Create a
.env
or.env.local
file in the root of the project and copy your Firebase config information. This can be found via https://console.firebase.google.com/project/[YOUR APP NAME]/settings/generalFIREBASE_API_KEY= FIREBASE_AUTH_DOMAIN= FIREBASE_PROJECT_ID= FIREBASE_STORAGE_BUCKET= FIREBASE_MESSAGING_SENDER_ID= FIREBASE_APP_ID= FIREBASE_MEASUREMENT_ID=
To run the development server
yarn start
Then use expo's Expo Go app to test or through the Android or iOS emulators (Mac only).
- Publish the app via Expo's EAS system.
Distributed under the MIT License. See LICENSE
for more information.
Ajay Liu - contact@ajayliu.com