Code Monkey home page Code Monkey logo

react-native-coding-challenge's Introduction

Ingeniero Luis Carneiro

La elaboración consta de un navegador de tabs y otro sin tabs, además la key del navegador de cada tab se usa para filtrar el contenido por la categoría. También se usó faltlist, react-navigation y react-native-webview

React Native Coding Challenge

In this challenge you're going to create a basic Reddit app with React Native

Reddit is a news website where registered users can submit posts or links to content that other users can vote and comment. Each of these posts is grouped into categories known as "subreddits".

Your web app should list the last posts of the r/pics subreddit.

To obtain the list of posts of a subreddit use the following URL: https://api.reddit.com/r/pics/hot.json

For more information about the JSON structure see: https://github.com/reddit/reddit/wiki/JSON

Requirements:

  • Show a list of the posts in the r/pics subreddit

  • Each post must show the following data: thumbnail image (if present), title, author, total number of votes (score), number of comments and date of creation

  • Example layout:

  • Once the user taps on a post navigate to the post’s URL in a WebView

  • A brief explanation of your design and assumptions along with your code.

What will we evaluate?

  • Code quality
  • Usage of patterns
  • Networking code
  • Language skills
  • Project structure

Extra points (not required):

  • Unit tests
  • Date of creation in a relative format (e.g. “1 day ago”)
  • Ability to sort the posts list (“top”, “new”, “hot” or “controversial”)

Notes:

  • You can use expo-cli to bootstrap your app, or build your app from scratch . Keep in mind that the app must be easily executable.
  • Send us your code in a github repo.

Good luck!

react-native-coding-challenge's People

Contributors

kikeex avatar luiscarneiro13 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.