/loopRRR

loopRRR is an application hosted on expo that aims to encourage individuals to build a habit of recycling by rewarding points to spend on raffles or donate to charities. It uses vision AI to identify items, and recommends users on whether to recycle, donate, or make something cool. It also uses Augmented Reality to make recycling fun!

Primary LanguageJavaScript

TRY IT OUT HERE:

https://expo.dev/@lmg8/LoopRRR

Tech Nova Project 2021 Summer

A hack for sustainability. loopRRR

https://devpost.com/software/looprrr

Team members

Lucia Kimlin Anna Renee

This project was created with reference to template created by codingki

https://github.com/codingki/react-native-expo-template/tree/master/template-with-bottom-tabs-auth-flow

Installation

  1. Install node.js

  2. Install Expo

    npm install --global expo-cli
  3. Download this repo and get .env file with firebase configuration. Example:

     FIREBASE_API_KEY=putyourapikeyhere
     FIREBASE_AUTH_DOMAIN=
     FIREBASE_STORAGE_BUCKET=
     FIREBASE_APP_ID=
     VISION_API_KEY=
     GOOGLE_MAPS_API_KEY=
  4. Install deps on your template folder

    npm install
  5. Start the environtment

    expo start