You're up to a challenge to develop a small full stack web-app in several hours. It is **OK** not to finish everything on time, but be sure to prioritize your work and understand all the requirements.
This project goes to production in 2 hours. You need to prioritize in such a way that you will ship something. because something is always better than Nothing.
If we ship nothing, we failed. If we ship something, we might be just ok ;) Make smart design and time decisions!
Dota 2 is a multiplayer online battle arena (MOBA) video game and is the most-played game on Steam. Dota 2 is a team-oriented game pitting 2 teams (The Dire vs The Radiant) of 5 players (heroes) against each other (5vs5). You win the game by destroying the enemy's Ancient building before they destroy yours.
Each player controls a unique Hero which means that there to be only 1 of a specific hero in a game.
Each hero has unique stats, Spells.
We will have one main screen where we see the heroes that were randomly selected to the match.
Every refresh of the screen should randomly picked heores for the match.
- You need to write all parts of this app, from server to client code, including the integration.
- Don't use a database if possible. If using one, choose the simplest option.
- Keep your solution simple.
- Please make sure your final app looks as in the accompanying designs (ignore color and sizes).
- Your app should run only (!!) on the laptop you're using. Don't worry about any other envs, devices or scaling.
- Prioritize your work. If you don't make it one time - it's fine. Make sure you get the most of it.
- Use any Frontend technology you like, be sure your can explain why you chose.
We support 3 different width screen (max-width): 600, 1200 and above. make the screen a responsive as possible. (see attached images as reference below)
- Each team should include
2
heroes with a role ofSupport
- Each team should include
1
hero with a role ofCarry
- Each team should include
1
hero with a role ofNuker
- Each team should include
1
hero with a role ofDisabler
- There is an open api to fetch heroes data.
- There is an endpoint which you can manipulate your data to fetch the heroes images (if he does not exists in your api that you found).
- Good luck
- Have fun.