This is my submission for the stampix web assignment.
yarn install
- first time setup
yarn start
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 :)
Create a triage screen for our website, where we separate consumer vs. business clients. You can find the mockups on Figma.
- 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:
- 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
Language switching should be tested, anything else is optional. Quality over quantity!
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, ...
Push your solution to your Git platform of choice, as long as it's public. Send us a link :)
If you wanna make use of this repo and you're not familiar with CRA, check out their docs.