Git Product home page Git Product logo

planned-react-exercise's Introduction

Planned Interview Test

For this test, you will need to retrieve users from 3 different api endpoints. You will then need to order those users by name (firstName + lastName) ascending and if multiple people have the same name, order them by age descending.

So you would have a list like this one:

Alex B - 32
Marc C - 55
Marc C - 12
Tony Z - 21

The design of your project should match the below image. You will find the necessary assets in the public folder of the project.

alt text

Run the project

Make sure you have node 12+ installed

npm i && npm start

Endpoints

**(do not modify those endpoints)

Tasks

  • Retrieve users from the 3 endpoints when clicking the "Retrieve Users" button
  • Order the users from the 3 collections by name ascending followed by the age descending
  • Implement a filter for the age based on the min and max values of the inputs
  • We recommend using the styled-components library to style your components

Happy coding!

planned-react-exercise's People

Contributors

jacob1225 avatar abeauchemin-planned avatar alexplanned avatar

Watchers

James Cloos 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.