Skip to content

homerunco/front-end-assignment-lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

Introduction

The purpose of this assignment is for the developer to exhibit their familiarity with front-end technologies, programming patterns and to provide a sample of what clean and reusable code means.

You should spend between 4 and 6 hours on this, depending on your familiarity with Vue.

How to succeed

  • Fellow engineers will be reading and reviewing your code - try to imagine how you would want to review someone else's code. What would you like to see?
  • Perfect is the enemy of done! We're looking to assess your technical capabilities, not what type of app you would build if you would have unlimited time available. As a business we're always balancing time and quality. When making trade-offs to optimize for time - be explicit!
  • Write code in your own way - you should be able to explain your reasoning later on. It's good to look at best practices, but make sure you understand why they're best practices to begin with.

Technical requirements

The only technical requirement we have is that you use Vue and CSS-Modules.

Assignment

Your goal is to create an application that uses the OpenTrivia API. Feel free to configure the parameters however you want.

The app should adhere to the following requirements:

  • I should be able to select a difficulty when starting a new quiz. The app should have at least three difficulty levels.
  • The app should have two views: one to select the difficulty, and another one the questions that I need to answer, one question at a time.
  • While participating in a quiz, I should be able to see how many questions are left and which question I’m currently answering.
  • Every time I start a new quiz, I should get new random questions.
  • Questions should be a mix of true/false and multiple choice.

Others

  • Prioritise quality over quantity.
  • Unit testing the application is mandatory, for real.
  • At Homerun, we value good design. Of course we’re looking for a developer and not a designer - but be mindful of what type of UX you're creating.
  • Feel free to add your own twist to the game - but make sure that you satisfy the requirements written above!

Feel free to arrange the scaffolding of the application the way you want: the current one is the default template from create-vue

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published