Skip to content

Instantly share code, notes, and snippets.

Pure360 React Tech Test

Please spend no more than a couple of hours on this. We are more looking for talking points and insight into your approach than a finished product!

Create a SPA that:

  • Displays list of emails
  • Allows the user to see a preview of each email. The user should be able to toggle the HTML and plain versions
    • HTML version is rendered correctly with styles
  • Plain version is rendered raw with line breaks preserved
$color--primary: #2b373e;
$color--secondary: #fff;
.btn {
background: $color--secondary;
border: 1px solid $color--primary;
border-radius: 0;
color: $tango;
// font-family: $font;
padding: 15px 30px;