Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.88 KB

File metadata and controls

33 lines (22 loc) · 1.88 KB

CULaundry - Cornell Laundry for All

Created for the AppDev SP21 Hack Challenge by Joshua Guo (jcg294), Connor Chen (cjc353), and Michelle Sun (mss455).

Description

There are few feelings as frustrating as going to the laundry room with your hamper only to find that every machine is either full or out of service. Annoyed, you trek back to your room. While LaundryView already offers a solution, they do not have a mobile app. Such lack of a mobile app has kept it from widespread use. This was our attempt to create a simple mobile solution. The status of every machine of every laundry room (currently only North Campus) can be viewed so you know exactly which machines are taken, broken, or available. (Subject to the availability of the LaundryView online service)

Screenshots

Demo

Hack Challenge Requirements

  • AutoLayout using SnapKit
  • Two UICollectionViews and two UITableViews
  • Navigation using UINavigationController
  • Integration with CULaundry backend

Backend for CULaundry

Created by Connor Chen (cjc353) which can be viewed here.