Owner: Inbound Team
Contacts: dev-marketing@adjust.com, nacho@adjust.com.
- Read all of EXERCISE.md before you start.
- 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.
- Write your solution to the exercise.
- Push your solution to a private repo in your personal Github account.
- When you are ready for us to take a look, add these Github users
nachoadjust
,ftpaul
,dev-marketing
as collaborators to your repo.
You will find the Exercise steps inside EXERCISE.md.
This is how we expect the assignment to look and behave once it is finished:
- https://assignment-webdev.netlify.app/
- Password: Assignment
- 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.