# webdev-assignment **Repository Path**: mirrors_adjust/webdev-assignment ## Basic Information - **Project Name**: webdev-assignment - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-27 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Webdev Assignment Owner: [Inbound Team](https://mate.adjust.com/teams/inbound) Contacts: dev-marketing@adjust.com, nacho@adjust.com. --- ## Instructions 1. Read all of [EXERCISE.md](./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](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository). 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](https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository) to your repo. --- ## Exercise You will find the Exercise steps inside [EXERCISE.md](./EXERCISE.md). --- ## Expected output This is how we expect the assignment to look and behave once it is finished: - https://assignment-webdev.netlify.app/ - Password: Assignment --- ## 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. - You can call any API endpoint 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.