A React Native application that fetches and displays the top 10 albums from the iTunes API, allows users to view album details, and manage their favorite albums.
- Browse Top 10 Albums: View a list of the top 10 albums from the iTunes API.
- Album Details: See detailed information about each album, including the artist, price and more.
- Favorite Albums: Add or remove albums to a favorites list and access the list easily.
- Clone the repository
- run
yarn
- run
yarn android
- User Authentication
- Persist user favorites
- Network state management (loading, error handling...)