Typing Speed Test is a web application that allows users to test their typing speed and accuracy. Users can type a randomly fetched piece of text within a given time frame and view their results, including words per minute (WPM) and accuracy. The app also stores users' metrics and displays their progress over time.
Clone the repository:
git clone (https://github.com/SeanMarkWD/Speed-Typing-Test.git)
cd typing-speed-test
Open index.html
in your browser:
Simply open the index.html
file in your favorite web browser to start using the Typing Speed Test application.
Run the Typing Speed Test:
index.html
: The main HTML file that contains the structure of the application.styles.css
: The CSS file that contains the styling for the application.main.js
: The main JavaScript file that initializes the application and sets up event listeners.fetchText.js
: Contains the function to fetch random text from the API.highlightText.js
: Contains the function to highlight text as the user types.metrics.js
: Contains functions to store and display typing metrics.timer.js
: Contains functions to manage the timer.