A thrilling speed typing game with solo and multiplayer modes, challenging players to type quotes accurately and compete for the highest words per minute (WPM) scores.
You must have Node and NPM installed on your local machine.
Step 1: Clone the git repo on your local machine by using the following command: git clone <repository_url>
Step 2: Start the backend by running node server.js.
Step 3: Change the directory to the client folder by using the command: cd client
Step 4: Start the frontend by using the following command: npm start