/typeracer

browser-based typing game to test your typing skills

Primary LanguageJavaScript


typeracer_

A typeracing game built for programmers.

Author

Madeline King

Built With

NodeJSReactExpressJSJavaScriptHTML5CSS3ReduxReact RouterAWS

Login

Features

  • Authentication for secure sign in
View Gallery

typeracer_login

Home Page

Features

  • Options to play typeracer as multiplayer or single player
View Gallery

typeracer_home

Play Typeracer

Features

  • Complete typing various leetcode prompts as fast as possible
View Gallery

typeracer_race

Getting Started

Installation

  • Clone the repository
        git clone https://github.com/maddieking02/typeracer.git
    
  • Install the dependencies
        npm install
    
  • Copy example.env file and rename to .env with the following within
        PORT=3000
    
        PGHOST='localhost'
    
        API_TOKEN='Insert API token'
    
        WEBPACK_MODE='development'
    
  • Run the following script
        npm run start-dev