Skip to content
This repository has been archived by the owner on Jan 28, 2023. It is now read-only.

Latest commit

 

History

History
43 lines (28 loc) · 1.75 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.75 KB

This is my submission for the stampix web assignment.

Running the development build

yarn install - first time setup

yarn start

Stampix Web Assignment

Important: You can choose any technology stack you want, this repo contains a scaffolded web app with Create React App. We will be evaluating the quality of your project, how you do it, is entirely up to you :)

Goal

Create a triage screen for our website, where we separate consumer vs. business clients. You can find the mockups on Figma.

Saving Goal Plan Mockup Desktop

Requirements

  • The language buttons on top should update the copy. English should be in there, add at least one other language. We won't be evaluating the translation, of course
  • The 2 buttons should redirect to, in order:
    1. https://stampix.com
    2. https://business.stampix.com
  • The webpage should be made responsive. Seeing as the design is not complex, the mobile version can be a vertically stacked variant of the design
  • Feel free to give your own twist to the page

Testing

Language switching should be tested, anything else is optional. Quality over quantity!

Evaluation

We will mainly check:

  • The visuals of your implementation and how it relates to the mockup
  • The quality of your code. Think best practices, cleanliness, readability, ...

Delivery

Push your solution to your Git platform of choice, as long as it's public. Send us a link :)

Using this pre-made repo

If you wanna make use of this repo and you're not familiar with CRA, check out their docs.