An open API service indexing awesome lists of open source software.

https://github.com/mbourmaud/albums-reactnative

My first application built with React Native.
https://github.com/mbourmaud/albums-reactnative

android android-app ios ios-app javascript mvc react react-applications react-components react-native

Last synced: 6 months ago
JSON representation

My first application built with React Native.

Awesome Lists containing this project

README

          

# Albums
It's the first application I built with React Native.

I explored some functionnalities of React:
- Sharing props
- Create components
- Styling components
- Using state to re-render the view after fetching content from an API.
- Using lifecycle methods
- Handling Events like onPress
- Displaying a list of Album

# What the app does ?

- The app displays a list of albums
- The header of the card shows the artist's name and the album's name.
- The content of the card shows the album's image
- The footer of the card shows a button that says "Buy Now!" which is in fact a link to the amazon store

# Some screenshots

![alt text](https://github.com/mathieubrmd/Albums-ReactNative/blob/master/app-screenshots/album_1.png)
![alt text](https://github.com/mathieubrmd/Albums-ReactNative/blob/master/app-screenshots/albums_2.png)
![alt text](https://github.com/mathieubrmd/Albums-ReactNative/blob/master/app-screenshots/amazon.png)