A simple and fun speed typing game built with HTML, CSS, and JavaScript.
Speed Typing Game is a web-based game that challenges users to type a randomly generated quote as quickly and accurately as possible. It includes a timer, a quote display, and an input area for users to type the displayed quote.
-
Random Quotes: Quotes are fetched from Quotable API to provide a variety of typing challenges.
-
Timer: The game includes a timer that starts when a new quote is displayed, helping users track their typing speed.
-
Styling: The interface is styled with a clean and user-friendly design, providing a pleasant gaming experience with visual feedback on correct and incorrect typing.
-
Clone the repository:
git clone https://github.com/kenilghetia/speed-typing-game-js.git
-
Open the
index.html
file in your web browser.
- Open the game in your web browser.
- Type the displayed quote in the input area.
- Check your typing accuracy and speed, and enjoy the game!
Contributions are welcome! If you find any issues or have suggestions for improvement, please open an issue or submit a pull request. If you'd like to contribute to the project, follow these steps:
-
Fork the repository.
-
Create a new branch for your feature or bug fix:
git checkout -b feature/new-feature
-
Make your changes and commit them:
git commit -m "Add new feature"
-
Push your changes to your fork:
git push origin feature/new-feature
-
Open a pull request on the original repository.
This project is licensed under the MIT License.