Skip to content

binaryvision/new_dev_test

Repository files navigation

Binary Vision Dev Test

This exercise forms part of our interview process. It's a way for you to show your skills as a developer and ability to work with an existing code base.

Test

The test consists of a simple react app that should display the exoplanets discovered by TESS in 2022.
The data source for this can be found at https://binary-vision.s3.eu-west-2.amazonaws.com/discoveries.json

We want this data to be pulled in and displayed.
This can be a table or any other way you think is approriate.

The main pieces of info we want to see is:
Planet Name: pl_name
Release date: releasedate
Planet radius (earth units): pl_rade

The data should be sorted by releasedate

This can be displayed on the home page below the existing text or on a new page, up to you. Something that fits in line with existing styling, but do also include some of your own flair, features that you feel enhance the application and any visual changes that you think make it look a little prettier :)

Otherwise go for it.

Running the project

First, run the development server:

npm i && npm run dev
# or
yarn && yarn dev

Open http://localhost:3000 with your browser to see the result.