soosap / udacity-cards

Udacity react-native course submission

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo

1. How to install

$ git clone https://github.com/soosap/udacity-cards.git
$ yarn install

2. How to run

$ yarn start
# alternatively start w/ react-native-debugger
$ REACT_DEBUGGER="unset ELECTRON_RUN_AS_NODE && open -g 'rndebugger://set-debugger-loc?port=19001' ||" yarn start
# alternatively start w/ react-native-debugger on specific platform
$ REACT_DEBUGGER="unset ELECTRON_RUN_AS_NODE && open -g 'rndebugger://set-debugger-loc?port=19001' ||" react-native run-ios

3. Technology used

  • react-native
  • redux
  • styled-components
  • flowtype
  • ramda

4. Tested devices

The app is compatible on iOS as well as android devices. The styles, however, have been optimized for iOS. A platform dependent fine-tuning of the styles would be a nice addition to the project. See how you can contribute right below.

5. How to contribute

In order to contribute checkout the repository, create a feature branch, contribute code, test it and finally make a pull request into the master branch. I will review your work and merge it if it meets the standards.

Contributions are welcome.

About

Udacity react-native course submission


Languages

Language:JavaScript 100.0%