A typing test application built with React, Next.js, and Yarn. Designed to help developers and devops people improve their typing speed through practice.
You can access the live version of CodeSpeed at https://arbabkhalil.github.io/CodeSpeed/
CodeSpeed is a typing test application designed to help developers and devops people improve their typing speed through practice. It is built with React, Next.js, and Yarn and is specified for developers or devops people to test their typing speed and improve it by practicing.
To install CodeSpeed locally, follow these steps:
- Clone the repository:
git clone https://github.com/arbabkhalil/CodeSpeed.git
- Navigate to the CodeSpeed directory:
cd CodeSpeed
- Install the dependencies:
yarn install
To run CodeSpeed locally, follow these steps:
- Build the application:
yarn build
- Start the application:
yarn start
Contributions are always welcome! If you would like to contribute to CodeSpeed, please fork the repository and make your changes. Once you have made your changes, submit a pull request and we will review it.