Skip to content

asknicely/frontend-test-vue

Repository files navigation

Frontend Test for new engineers

Introduction

This test is designed to allow you to demonstrate your familiarity with Vue 3 (or other similar SPA framework). It should take you between 2 and 3 hours to complete it. We don’t expect you to spend much more than that and we also don’t expect a pixel perfect work.

(If you find yourself wasting too much time, focus more on the functionality and less on the layouts).

How you will be assessed

  • Tasks are completed to the best of your ability
  • Code structure and quality
  • Code scalability and performance considerations
  • Ability to handle API calls
  • Ability to create a working feature based on designs
  • Suggest any future improvements you would make if you had unlimited time

The Test

  • Use the endpoint (https://o59ee.wiremockapi.cloud/notifications) to load a list of notifications
  • Create a scrollable screen (see design below) to display those notifications
  • For each notification:
    • Show an avatar icon with initials and a random solid color
    • Show a small dot (left hand-side) to indicate “unread” notifications (OPTIONAL)
  • When clicking on a specific notification, check that the action CREATE TODO is available under the available_actions property of that notification.

Screen references (footer is visual only, no need to implement navigation):

Description Image
Home screen FrontendTestHome
Scroll demo FrontendTestGif

Color references:

  • Background gradient: #6b097a to #274bdb
  • Footer: #2f384c
  • Name and time labels: rgba(255, 255, 255, 0.6)
  • Avatar circle: random colors

Note: We don’t expect a pixel perfect design, but something close to the screenshots above.

Bonus

  • Include unit or component tests
  • Use Typescript
  • Handle API errors

Guidelines

You must

  • Have a full functional app that can run locally (i.e.: package.json, scripts to serve localhost, etc)
  • Use Vue, React or Angular (our tech stack is Vue)
  • Submit in a new Github repository, and link to it in your email.

How to run this project

  1. Run yarn install
  2. Run yarn dev to view it locally on "127.0.0.1:5173"

About

A frontend specific test to be used in hiring processes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published