Skip to content

joshjcarrier/joshy-react-native

Repository files navigation

joshy: Exercises in React Native, Redux and Typescript

joshy_splash

Getting Started

From the top-level project directory:

brew install node
brew install watchman
brew install cocoapods
npm install -g react-native-cli
npm install
cd ios
pod install
cd ..
react-native run-ios

Or, see React Native: Getting Started.

Deploy to your phone by opening ios/joshy.xcworkspace with XCode.

Days

Day 1: Calculator

joshy_calculator

Day 2: CV Board Game Tally

joshy_cvtally

Day 3: Major Leage Gaming (MLG) Airhorn

joshy_mlghorn

Day 4: Microservices Clicker Game

joshy_clickergame

Day 5: Split-pane Web Multitasking

joshy_multitask

Day 6: GraphQL Schema Documentation Viewer

joshy_igraphiql

Day 7: 21 Day Fix Workout Schedule Tracker

joshy_twentyonedayfix

Day 8: Treasure Dig Map

joshy_treasuremap

Day 9: Smoothie Blender

joshy_smoothie