Reviewery is an iOS application to rate songs in Spotify playlists. It's a hobby project built in React Native. Read more in my Medium article.
Server side code in located here.
- Facebook login
- Profile screen with the possibility to logout
- A list of charts
- Chart detail screen with a list of attached playlists
- Playlist detail screen with a list of songs
- Review popup to rate songs
- Result screen with a list of songs sorted by rating. It should be accessible only when the chart is marked as completed.
Assuming you’ve already installed Node.js, CocoaPods and React Native CLI
git clone https://github.com/vadymmarkov/reviewery-mobile.git
cd reviewery-mobile/ios
pod install
cd ..
npm install
react-native run-ios
Read more about React Native setup in official getting started guide.
Vadym Markov, markov.vadym@gmail.com
Check the CONTRIBUTING file for more info.
Reviewery is available under the MIT license. See the LICENSE file for more info.