GithubHelp home page GithubHelp logo

developer-react-test's Introduction

Developer Skills Assessment

  1. Install Node

  2. Clone this repository to your local machine

  3. Install Visual Studio Code (recommended)

  4. Install the node package files

  • To install the package files Run >npm install from the root folder of the cloned repository
  1. Start the http server
  • To start the http server Run >npm start from the root folder of the cloned repository
  1. Open the application in your web browser

Default web page

Default page

Your task

Using the provided skeleton React application, please create a heatmap using the highcharts and handsontable libraries.

You will need to modify the files in the heatmap widget folder (./widget/heatmap).

  1. Modify the HightchartsWidget to change the Material UI table to a highcharts heatmap.
  2. Modify the HandsontableWidget to change the Material UI table to a handsontable that resembles a heatmap. (You do not need to show a legend with the handsontable heatmap.)

Instructions

  1. You do not need to follow the implemented architecture approach. You are able implement the architecture with what you think would be good in this case.
  2. Do not use ClassComponents, use functional + react hooks instead
  3. Do not change the structure of the dataSource files
  4. Use MaterialUI as the design system library
  5. Use ContextAPI instead of redux for a global state management (if needed).
  6. Your solution should be scalable, please, implement it according to idea that the application will grow

Example heatmap

Heatmap

Bonus tasks

If after completing the main task you still have some time, you can implement bonus tasks. Please, do not start with the bonus tasks until you finish the main one.

Data Sources

There are 3 buttons in the appbar of the app (Versions, Products, Regions). These buttons match the names of dataSource files (./src/dataSources).

  1. Implement data source file switching based on the selected button in the appbar
  2. All related components should react on data source change and rerender with data from the relevant data source file
  3. The selected data source should be highlighted in appbar

Custom Heatmap Table

Implement a custom heatmap table based on Material UI Table Component and render it at the first postion on the main screen

developer-react-test's People

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.