This is an open source project from DevProjects. Feedback and questions are welcome! Find the project requirements here: Speed typing game
Built with ReactJS and NextJS
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.
To install/clone this app follow the steps below.
-
Clone the repo
git clone https://github.com/gitmohamed/type-runner.git
-
Install NPM packages
cd type-runner/ yarn OR npm install
-
Run the program by typing
yarn dev OR npm run dev
- 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).