Coder Social home page Coder Social logo

nowtv-codetest's Introduction

NowTV React Interview

NowTV

A simple React + Redux project to retrieve, render and manipulate data returned from an API.

Commands

  • yarn start: Runs the web application in developer mode
  • yarn test: Executes Jest tests that have the .test.js extension

Tasks

Feel free to create new files to help you complete these tasks. Additional dependencies can be installed, if you think they are necessary

index.js in src directory is your react entry point, it is connected to the redux store

data directory is a mocked-API which exposes methods to get message information and member information from a chat room.

It has two publicly exposed functions getMessages and getMembers. Your tasks will be to add further logic to display and manipulate the data returned from these functions, without modifying data/index.js

Do not modify data.js to achieve these tasks, and do not worry about the styling. Code addition should be unit tested.

  1. Render the list of messages from the redux store

  2. Display the user's email when you hover over the message (using javascript).

  3. Display the avatar of the user next to the message

  4. Display and format the timestamp of the message to be human readable

  5. Sort the messages by time

Submission

Please upload your solution to your github account as a public repository, and send the URL to us.

nowtv-codetest's People

Contributors

jordanrancie avatar

Watchers

 avatar  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.