Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 675 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 675 Bytes

Speed Typer Frontend

Speed Typer is a game that runs in a web browser. The idea is to type the words you as precisely as you can before timer runs out. The points are determined on how precisely you type the words.

Game can be played at https://speed-typer-demo.herokuapp.com/

Frontend

This is a frontend for Speed Typer application.

Application is dockerized and runs in Heroku platform. It is running in free tier cloud which is why it takes a few seconds for server to start up when visiting website if server is at sleep.

Dev stack:

  • Laravel
  • Vue
  • Docker

Speed Typer game contains also an API backend: https://github.com/RikuKukkaniemi/speed-typer-backend