React Native app that lets you explore the art works from Harvard Art Museum
First, clone the project:
$ git clone https://github.com/shettypuneeth/art-explorer.git <my-project-name>
$ cd <my-project-name>
# Install the dependencies
$ yarn install
# OR
$ npm install
Get an API key from : https://docs.google.com/forms/d/e/1FAIpQLSfkmEBqH76HLMMiCC-GPPnhcvHC9aJS86E32dOd0Z8MpY2rvQ/viewform
Then, open up app/config/environment.js file and update the API_KEY with your api key.
# Open the terminal in the root folder and run:
$ npm start
# Open the respective Android or iOS projects in Android Studio or XCode and run the project.
Harvard Art Museum
for all the artworks data.react-native-parallax-scroll-view
fromAlexander Vitanov
react-navigation
for routing.