Giter Club home page Giter Club logo

playroll-take-home-tech-test's Introduction

Playroll Tech Test

For this task, you will be laying the foundation and creating the first page for a new platform. The first page we need to create is a list of employees, which can be "reviewed" by the user.

Please fork the repository and make changes in a local copy, as opposed to in the public git repo.

Data can be fetched and updated using the following employee API endpoints.

  • GET https://627122286a36d4d62c21cf1d.mockapi.io/api/v1/employee
  • PUT https://627122286a36d4d62c21cf1d.mockapi.io/api/v1/employee/:id

Task specification

You are free to structure the application and use any dependencies you wish, as long as you can explain and justify your choice. The only restriction is that Material UI is used as a design system / component library. V5 is installed already in this project (bootstrapped with create-react-app).

Here's the full spec:

  • Fetch employees from the API endpoints above, and show them in a list or table (with loading state)
  • Add a "Mark as Reviewed" button to each employee row; when clicked, it should update that employee with { reviewed: true }
    • Users shouldn't be able to complete any actions while the update is happening, and data should be refreshed when the update is complete
  • Add a "Group by Company" button to be able to identify employees from the same company

Next steps

When the task is complete, please send a link to the forked repo to [email protected]. We'll be in touch as soon as possible afterwards to set up a follow-up call. During this call, we'll discuss what you've made and brainstorm how we could expand the application to cover new use cases.

Good luck, and please don't hesitate to reach out if you have any questions!

playroll-take-home-tech-test's People

Contributors

dan-js avatar renownedoyster avatar

Forkers

dan-js

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.