- Simple react app that allows user to register/login using firebase. On login app loads a list of music albums, essentially a json object, via an ajax call and users can buy the tracks they like.
brew install node
npm install
react-native run-ios --simulator="iPhone 8 Plus"
- React Native - Mobile App Framework
- Firebase - User Authentication
- Axios - Promise based HTTP client
This project is licensed under the MIT License - see the LICENSE.md file for details