Albums
- This is an app that displays albums from the web and directs users to an online shop(AMAZON) where they can purchase albums of their choice from the ones added to the application
Introduction
Hello and welcome to this tutorial where we will be building this application from start to finish.
Before anything please go a head to the React Native Website and click on the get started button to install react native into your computer
Installation
First we need to create our application using npx
by doing npx react-native init AlbumsRN
in our terminal
Technologies
React Native
android
If you'd wish to install this application you can do so by
Installation
Clone/fork the app Albums_RN Github
To Install dependencies type
yarn install
on your terminalAfter installation run the app by typing
npx react-native run-android
on your terminal
Summary
You can watch a summary of what we will be building in on youtube
Author
- Cliff Gor
Log in or sign up for Devpost to join the conversation.