Skip to content

eva-gg/frontend-developer-recruitment-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Front end developer recruitment test

Introduction

First, thank you for taking the time to do our technical test. We strongly recommend you to read entirely this test before to start.

At EVA, we release new season of our game After-H every year. We would like to give the users the ability to review their experience, statistics and game history. In this exercice, we ask you to create an app with one page which fetch and display those information.

Desktop view

It consists of three parts:

In order to avoid bounced emails we would like you to submit your results by forking this repository on Github and send us a pull request. Your repository must contain :

  1. The README updated with your answers to the technical questions.
  2. The source code of the application asked for the test.

Features implementation

In this part we would like you to implement a few features:

  • Show navbar with at least the season dropdown:
    • Season selection must change the current season.
    • The experience, statistics and game history must be loaded on season change.
  • Show username.
  • Show user level:
    • 100 is a static value. It is the last level we give rewards for.
  • Show user experience progression.
  • Show current session number.
  • Show user statistics on the season:
    • Game count, victories, defeats, game time, max damage, max kill steak, total distance and average distance per game.
    • K/D ratio must not to implement.
  • Game history:
    • Player count, map, date and time.
    • Game name:
      • Use the game ID field in order to get the name.
    • Result:
      • Depends on the outcome value of the game player.
      • It must be compare to the current user using the ID.
      • outcome field can have two values: VICTORY and DEFEAT

API

We provide an API mock in order to fetch data. The data are are static and don't handle variables. Please just use them with the given URL.

Design integration

We provide designs to integrate:

Attention, only the components shown in the introduction should be integrated. So do not integrate the upper nav bar and the ratio graph.

If assets are missing, feel free to note it or use assets you can find directly on our website https://eva.gg.

Requirements

Feel free to spend as much or as little time on the exercise as you like as long as the following requirements have been met.

  • Your app code should compile and run in one step:
    • npm i && npm start for example.
  • The stack must:
    • Use a single page application framework as ReactJS, VueJS, other.
    • Feel free to use whatever frameworks / libraries / packages you like.
  • The features implementation:
    • Must use the mock API endpoints to update the view, even if the data are mocked and not consistant.
  • The integration:
    • Must be responsive.
    • Even if our designs are not perfect, try to match the design as close as possible.

Technical questions

Please answer the following questions in a markdown file called Answers.md.

  1. How long did you spend on the feature implementation? What would you add/change to your solution if you had more time?
  2. How long did you spend on the design integration? What was the main difficulties you encounter?
  3. How would you optimize the loading time for this page? Have you ever had to work on that?

Bonus questions

  1. How are you feeling about our game and locations?
  2. Are you a gamer? Which games do you play?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published