An introductory exercise into React Native, creating reusable components out of basic React Native tags, teaching proper convention for styling and object de-structuring, and using axios to make http requests, as part of Stephen Grider's "The Complete React Native and Redux Course" (link below). Fetches a list of music albums from Taylor Swift through an external API and displays them as a list of cards. Allows the user to click a 'buy' button that redirects them to a link in the browser.
- npm install
- react-native run-ios || react-native run-android (after setting up an Android emulator)
- React Native
- axios
- The Complete React Native and Redux Course by Stephen Grider