Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 842 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 842 Bytes

Build Status Build Status

Coinography

Demo React Native app built with Expo, Victory Native, and the GDAX API. This is a demonstration of how I would architect a React Native project using what I believe are the best development tools available at this moment.

Development Stack:

  • FlowType
  • Redux DevTools
  • Jest
  • Enzyme
  • Prettier
  • ESLint

Running in Expo

https://expo.io/@echenley/coinography

Running Locally

# using yarn
yarn && yarn start

# using npm
npm i && npm start

App Screenshot