GithubHelp home page GithubHelp logo

coding-challenge's Introduction

Nimble Technical Exercise (React)

Thank you for your interest in Nimble! For this task, please implement a combination of React components to create a page with a list of candidates using the data found in src/data/candidates.json.

Please host your code on Github (or something similar) and share the repo link via email to [email protected] and [email protected]. Good luck!

About The Project

Specification

  1. When the user clicks a row in the list of candidates, it should expand a list of that candidate's applications. If the user clicks a row that is already expanded, it should close the list of that candidate's applications.
  2. When the user clicks an application line item, bring up a modal/overlay that shows the candidate information and information specific to that application/role. Modal code has been provided in src/ui-kit/Modal.jsx, but feel free to use your own if you'd like.

Screenshots

Product Screen Shot - original

Product Screen Shot - expanded

Notes

  • Icons have been provided in ui-kit/icons.
  • Enum mappings and some colors are provided in src/utils/enums.js.
  • The styled-components library is included in the package.json file. Feel free to use that for styling if you'd like.
  • For the Last Action column, moment.js is included if you want to use it, but feel free to display the date any way you prefer.
  • When you're done, please write a quick post-mortem -- any tradeoffs you made and why, things we should look for, etc.

Getting Started

To get a local copy up and running follow these steps.

Installation

  1. Clone the repo
git clone https://github.com/NimbleHiring/coding-challenge.git
  1. In the root directory of the repo, install NPM packages
npm install
  1. In the project directory, you can run:
yarn start
  1. Open http://localhost:3000 to view it in the browser.

Contact

William Gray - [email protected]
Lauren Dachille - [email protected]
Sean Caetano Martin - [email protected]

coding-challenge's People

Contributors

dependabot[bot] avatar jr-gray avatar

Watchers

 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.