Skip to content

vadymmarkov/reviewery-mobile

Repository files navigation

Description

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.

Reviewery

Functionality

  • 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.

Installation

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.

Author

Vadym Markov, [email protected]

Contributing

Check the CONTRIBUTING file for more info.

License

Reviewery is available under the MIT license. See the LICENSE file for more info.