Skip to content

OrbitalAds/frontend-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

OrbitalAds frontend challenge

By using React + Typescript you have to create a multi select component that allows the user to:

  • Select item by item
  • See the selected items
  • Filter the available items
  • Clear all the selected items

We will value that:

  • you created reusable components
  • you provided a nice component design so other developers can consume and understand the component easily
  • you coded based on the requirements but also thought on possible new features
  • you didn't create more than the necessary DOM elements
  • you delivered a good solution eventhough not all functionalities work

Tip: We encourage the usage of React API's Children functions.

Here's a sample of this functionalities working and how the look and feel should look like:

Example GIF

You can style the project components however you want. Css, Sass, Less, CSS-in-JS...

Also, we will ask to be able to:

  • Run the project locally by running npm start
  • Compile the project by running npm run build

You can use whatever transpilers and compiler tool you want to.

About

OrbitalAds challenge for frontend candidates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published