Typing Game is a multiplayer and single-player with very easy user experience.
- Clone this repository and navigate to the client folder using
cd client
. - Run
npm install
to install the required dependencies. - Start the development server by running
npm run dev
. - Open another terminal and navigate to the server folder using
cd server
. - Run
npm install
to install the server-side dependencies. - Start the server by running
nodemon index
.
- Choose a difficulty level.
- Real-time multiplayer mode to compete with your friends.
- Track your typing speed and accuracy with live feedback.
- View high scores and challenge yourself to improve.
- Guest mode is available for quick gameplay without signup.