Type-Trek is a web-based application designed to help users improve their typing speed and accuracy. It provides an interactive and engaging platform where users can practice typing with different levels of difficulty.
Once you start the game, a series of words will appear on the screen. Your goal is to type these words as quickly and accurately as possible. The game tracks your speed and accuracy, providing real-time feedback on your performance.
To get the project up and running on your local machine, follow these steps:
- Make sure you have Node.js installed on your machine.
- Clone the repository:
git clone https://github.com/Dishant1804/Type-Trek.git
- Navigate into the project directory:
cd Type-Trek
- Install the dependencies:
npm install
- Start the local server:
npm run dev
- Open your web browser and visit
http://localhost:5173
.
We welcome contributions from the community. If you'd like to contribute, please fork the repository and make changes as you'd like. Pull requests are warmly welcome.