Fork this repo and then git clone your forked repo to your computer. Move with cd client in the client directory and run here npm install. Run the app in the development mode with expo start in the client directory, this will open the expo developer tools page on http://localhost:19002 in the browser. Scan with your camera of your mobile device the shown QR code and follow the like to open the project in the expo app.
This challenge should be build with React Native under the use of best practices, architecture and smart use of ES6 features. The Reddit API should be used to retrieve the data.
Reddit is a news website wherein registered users can submit posts or links to content that other users can vote and comment, the total number of votes determine the position of the post inside the website, each of these posts are grouped into categories known as “subreddits”.
For this challenge the last posts in the r/pics subreddit should be accessed.
To test the functionality of Redux, run npm test test/actions.test.js and afterwards npm test test/reducers.test.js in the client directory of this repo.