Skip to content

Latest commit

 

History

History
67 lines (40 loc) · 1.53 KB

README.md

File metadata and controls

67 lines (40 loc) · 1.53 KB

Netlify Status

DevProjects - Speed typing game

This is an open source project from DevProjects. Feedback and questions are welcome! Find the project requirements here: Speed typing game

Tech/framework used

Built with ReactJS and NextJS

Screenshots and demo

Type Runner Demo

Getting Started

Type Runner is speed typing game made with React and Next.js. Hosted to Netlify with Next.js Runtime Version 4 (v4.27.3) installed.

Prerequisites

Installation

To install/clone this app follow the steps below.

  1. Clone the repo

    git clone https://github.com/gitmohamed/type-runner.git
  2. Install NPM packages

    cd type-runner/
    yarn
    
    OR
    
    npm install
  3. Run the program by typing

    yarn dev
    
    OR
    
    npm run dev

(back to top)

Roadmap

  • Separate out component methods into separate files
  • Word wrap display text

See the open issues for a full list of proposed features (and known issues).

(back to top)