This is a native iOS and Android application that displays my favourite 5 sets from the Boiler Room YouTube Channel.
1. Install node (if you haven't already)
$ brew install node
2. Clone and update repo
$ git clone git@github.com/petewilkins/BoilerRoom.git
$ cd BoilerRoom
$ npm install
If you encounter any errors, update node package manager and try again
$ npm update
3. Download xcode
4. Set up simulator
- Make sure you're in the BoilerRoom directory
$ react-native run-ios
5. Tests
- Make sure you're in the BoilerRoom directory
$ npm test
-
React Native (Main language used to built the app.)
-
Jest (Testing framework)
-
FlexBox (Used to style the app)