Skip to content

Latest commit

 

History

History
73 lines (61 loc) · 2.07 KB

README.md

File metadata and controls

73 lines (61 loc) · 2.07 KB

ClotheSwap

A fun and convenient way to update your wardrobe ...

...whilst mitigating the damaging effects of fast fashion:

  • lower your carbon footprint
  • reduce the amount of clothes destined for landfill

Demo

Demo

Installation

Running the latest release on your phone

Step 1. Download the Expo client from Play Store or App Store

Step 2. Scan the QR code with your devices camera: https://expo.io/@maxrobertsdear/ClotheSwap?release-channel=staging-v3

For development purposes

Dependencies

Running it locally

install package dependencies

$ git clone https://github.com/MaxRobertsDear/ClotheSwap.git
$ cd clotheswap
$ yarn install

run on iOS Simulator

$ yarn ios

run on Android Studio Emulator

$ yarn android

run as Web App

$ yarn web

Technologies (Highlights)

Dependencies

  • DemoExpo Managed Workflow
  • DemoReact Native
  • DemoReact Navigation v5
  • DemoRedux

Dev Dependencies

  • DemoTypescript
  • DemoReact Native Testing Library
  • DemoHusky (pre-commit hooks)
  • DemoPrettier