Skip to content

Pairin/Frontend_Code_Challenge

Repository files navigation

Requirements

Using the included api server (see Installation) create a single page application with React. The single page application will be made up of 2 different pages: The first page will be a page that lists all the users in a paginated list. The second page will be a page that displays the user info for the selected user.

The designs for the pages can be found Here

Information about what api requests are available can be found in the Swagger documentation

There is a basic Styleguide you can view Here for colors and fonts

User List

Design

The user list should contain the following features:

  • A List of all users
  • The ability to sort users in the lists
  • Pagination for the user list

Information Page

Design

The information page should contain the following features:

  • The header should include the current selected user's name
  • A Masthead that shows the currently selected quality
    • Driver, General Style, Social Emotional, and Virtue
  • A Chart showing the ranges for each Score with the Real and Ideal score values charted (ranging from -50 to 50)
  • Filters for the graph
    • Toggle Ideal scores
    • Change selected Quality

Evaluation

Evaluation of candidates will be factored based on 3 main criteria:

  • CSS
    • How well you implement your CSS
    • How advanced your CSS techniques are
    • We are looking for pixel perfect implementation
  • Code
    • How clean your code is
    • How modular/portable it is
    • How well you know and utilize React functionality
  • Fundamentals
    • How well your CS Fundamentals are
      • Sorting
      • Filtering
    • How well you handle errors and unexpected faults
    • How well you can take unfamiliar data and understand it.

This project is meant to evaluate your ability to take fairly vague requirements and implement them. You are not required to implement everything in the design, but features completed will be a factor when comparing candidates.

Timeliness is also a huge factor. While there is no maximum time, we are evaluating candidates on a rolling basis so if you take too long, we may accept another candidate before we can evaluate you.

Submission

Upon completion zip the directory (minus the node_modules folder) and email it to [email protected]

Found a bug?

Congratulations! Finding a bug is a great way to earn some bonus points. Please feel free to create a pull request with the bug fix, or email me about it. Any bug fixes will be included in your evaluation.

Installation

Install npm dependencies

npm install //yarn install

(optional)

You can optionally set your server port. Defaults to 3000

export SERVER_PORT=3000;

Running the API Server

Start the server

npm run server //yarn run server

Swagger Api Documentation

Swagger docs can be located at http://localhost:{SERVER_PORT}/swagger

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published