Skip to content

amandaungco/BuyNothingMatcherApp

Repository files navigation

BuyNothingMatcherApp - Android

This mobile app was inspired by the Buy Nothing Project to help facilitate the cycling of resources within a community. The app connects to a Java Springboot API hosted on a Google Cloud Virtual Machine.

This is a capstone project for Ada Developers Academy that was completed over the course of 3 weeks.

Click here to see my presentation slide deck.

Demo

Tech Stack

Backend: Buy Nothing API built with Java/Spring Boot, Postgres Database, hosted on a Google Cloud Virtual Machine.

FrontEnd: Android Mobile App and Firebase Authentication.

Features

The main features Buy Nothing Matcher App offers, in addition to what users can find on their neighorhood Buy Nothing Facebook Groups:

  1. Users can add item offers or requests to their profiles that will get added to the database. Upon entry, if there is a corresponding match in the DB, the item's profile will be automatically populated with their appropriate matches. Users can view matches and decide if they want to pursue the exchange.

  2. Swiping - On the apps home page, users can toggle between viewing requests and offers. A gesture to swipe right, automatically matches the user with either the offered or requested item, and a swipe left signals disinterest and neither party will be notified. Items advance on their own as assisted by the Swipecards/Glide library.

Installation

To download and edit this project:

  1. Download Android Studio
  2. Clone this repository:
git clone https://github.com/amandaungco/BuyNothingMatcherApp.git
  1. Open Android Studio and select Import Project, then choose the folder into which you cloned this repo. Connect an Android phone running Android Nougat (APK 23) or higher to your computer. (You can also use an emulator to run the app on a virtual device).

  2. Click the green Run button in the menu bar and select the device you plugged in to build the project and install the app on your phone. The app should open automatically.

  3. In order to get full functionality the backend API will need to also be cloned and running, please see Buy Nothing API.

Credits

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages