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.
- Host: GitHub
- URL: https://github.com/mbourmaud/albums-reactnative
- Owner: mbourmaud
- Created: 2017-08-05T16:33:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-05T16:50:29.000Z (over 8 years ago)
- Last Synced: 2025-02-23T19:45:12.046Z (about 1 year ago)
- Topics: android, android-app, ios, ios-app, javascript, mvc, react, react-applications, react-components, react-native
- Language: JavaScript
- Size: 997 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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


