Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.53 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.53 KB

Webdev Assignment

Owner: Inbound Team

Contacts: dev-marketing@adjust.com, nacho@adjust.com.


Instructions

  1. Read all of EXERCISE.md before you start.
  2. You MUST clone this repo to a location of your choosing, where you can work on your solution. See how to clone a repository here.
  3. Write your solution to the exercise.
  4. Push your solution to a private repo in your personal Github account.
  5. When you are ready for us to take a look, add these Github users nachoadjust, ftpaul, dev-marketing as collaborators to your repo.

Exercise

You will find the Exercise steps inside EXERCISE.md.


Expected output

This is how we expect the assignment to look and behave once it is finished:


Clarifications

  • This repository already provides a boilerplate with all parts you need to solve the exercise: NuxtJS + TypeScript + TailwindCSS + Jest.
  • You can add any plugin you consider necessary.
  • Using Typescript is optional.
  • Using TailwindCSS is optional.
  • Adding tests is optional, tho recommended.
  • Do not worry about the design, just make sure the HTML and CSS code quality is good.