/unishf

(company frontend challenge solution)

Primary LanguageJavaScript

UNISHF

(This is a frontend challenge for a company. UNISHF is a fictional name.)


Install packages

yarn install

Start server

yarn start

Run tests

yarn test

Features

  • 12 specs (unit and component)
  • Automatic code linting on commit
  • Themed
    • Utilizes styled-components's ThemeProvider
    • You could add a new theme by
      • Adding a new root key to the themes object, with all your wanted colors/properties
      • Pass down (or use React.useContext) App.jsx's setTheme to the place that would control the theme