Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.22 KB

README.md

File metadata and controls

45 lines (32 loc) · 1.22 KB

CodeSpeed

A typing test application built with React, Next.js, and Yarn. Designed to help developers and devops people improve their typing speed through practice.

Live Version

You can access the live version of CodeSpeed at https://arbabkhalil.github.io/CodeSpeed/

Purpose

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.

Installation

To install CodeSpeed locally, follow these steps:

  1. Clone the repository:
git clone https://github.com/arbabkhalil/CodeSpeed.git
  1. Navigate to the CodeSpeed directory:
cd CodeSpeed
  1. Install the dependencies:
yarn install

Running Locally

To run CodeSpeed locally, follow these steps:

  1. Build the application:
yarn build
  1. Start the application:
yarn start

Contributing

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.