This project is a short task meant to see how you, given a design, interact with the React project to get the expected result.
Disclaimer: This is not an exam, there are no right questions and nothing will be tested by hearth. You can, and are expected, to use any tool of your selection to help you solving the task.
-
Follow the Design and implement the navbar and the screens.
-
Store the notifications list in local state usign Redux
-
You have a all the nessesary input components inside the "Components" folder.
-
There's a
_utils.scss
class with a bunch of pre-defined styling. Feel free to use them:-
u-padding
/u-padding--small
/u-margin--large
/u-padding-top--large
/u-margin-0
/ etc. -
t-body
/title-1
/title-2
... /title-6
/t-subtitle
-
card
/card-with-border
-
background-secondary
-
-
There is also a couple libraries installed that mught be useful:
-
moment
/react-moment
-
bootstrap
-
classnames
-
react-hook-form
-