Typing skill assessment and tracked lifetime history of game statistics for users to refine typing proficiency and be able to have a comprehensive overview of their performance.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
A dynamic platform that allows assessment of user typing skills including typing speed (WPM) and incorrect character count. Sentences can be customized. The typing test history and statistics are updated and viewable in Game History to track typing progress!
To get a local copy up and running follow these simple example steps.
-
Deploy a MongoDB database at https://mongodb.com
-
Clone the repo
git clone https://github.com/pakuang/TypeRacer.git
-
Install NPM packages
npm install
-
Enter your database connection string and local port in
.env
PORT= DB_URL= 'Enter your connection string here'
-
Run the development server:
npm run dev # or yarn dev # or pnpm dev # or bun dev
-
Open http://localhost:3000 with your browser to see the result.
Pansy Kuang - LinkedIn - kuangpansy@gmail.com
Project Link: https://github.com/pakuang/TypeRacer