<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Mumtaz Sanjar</title>
    <description>The latest articles on DEV Community by Mumtaz Sanjar (@mumtaz_sanjar).</description>
    <link>https://dev.to/mumtaz_sanjar</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4104525%2F7aa4a9f5-d620-4cab-9f94-af6808c98ecb.jpeg</url>
      <title>DEV Community: Mumtaz Sanjar</title>
      <link>https://dev.to/mumtaz_sanjar</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mumtaz_sanjar"/>
    <language>en</language>
    <item>
      <title>How I Built a Free Online Typing Speed Test with Vanilla JavaScript</title>
      <dc:creator>Mumtaz Sanjar</dc:creator>
      <pubDate>Tue, 01 Sep 2026 15:31:16 +0000</pubDate>
      <link>https://dev.to/mumtaz_sanjar/how-i-built-a-free-online-typing-speed-test-with-vanilla-javascript-dlh</link>
      <guid>https://dev.to/mumtaz_sanjar/how-i-built-a-free-online-typing-speed-test-with-vanilla-javascript-dlh</guid>
      <description>&lt;p&gt;&lt;strong&gt;How I Built a Free Online Typing Speed Test with Vanilla JavaScript&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I recently built TypeRacer Pro, a free online typing speed test focused on speed, accuracy, and a simple user experience.&lt;/p&gt;

&lt;p&gt;🔗 Live Project: &lt;a href="https://typeracer-pro-web.vercel.app/" rel="noopener noreferrer"&gt;https://typeracer-pro-web.vercel.app/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;What I Wanted to Build&lt;/p&gt;

&lt;p&gt;The goal was to create a typing test that works directly in the browser without requiring users to create an account.&lt;/p&gt;

&lt;p&gt;The application supports:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;30, 60, and 120-second typing tests&lt;/li&gt;
&lt;li&gt;WPM calculation&lt;/li&gt;
&lt;li&gt;Accuracy tracking&lt;/li&gt;
&lt;li&gt;Easy, Medium, and Hard difficulty levels&lt;/li&gt;
&lt;li&gt;Real-time character highlighting&lt;/li&gt;
&lt;li&gt;Typing streaks&lt;/li&gt;
&lt;li&gt;Performance ratings&lt;/li&gt;
&lt;li&gt;Dark and light themes&lt;/li&gt;
&lt;li&gt;Local test history&lt;/li&gt;
&lt;li&gt;Responsive desktop and mobile UI&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Technology Used&lt;/p&gt;

&lt;p&gt;The project is intentionally lightweight:&lt;/p&gt;

&lt;p&gt;HTML5&lt;br&gt;
CSS3&lt;br&gt;
Vanilla JavaScript&lt;br&gt;
LocalStorage&lt;br&gt;
Google Fonts&lt;br&gt;
Vercel&lt;/p&gt;

&lt;p&gt;No frontend framework or external JavaScript library is required.&lt;/p&gt;

&lt;p&gt;WPM and Accuracy&lt;/p&gt;

&lt;p&gt;One of the important parts of the project was keeping the typing calculations consistent while providing real-time feedback.&lt;/p&gt;

&lt;p&gt;The interface tracks typed characters, calculates WPM and accuracy, and updates the statistics while the user is typing.&lt;/p&gt;

&lt;p&gt;Test history is stored locally in the browser rather than being sent to a backend.&lt;/p&gt;

&lt;p&gt;_ Responsive Design_&lt;/p&gt;

&lt;p&gt;The application was designed for both desktop and mobile users.&lt;/p&gt;

&lt;p&gt;The typing interface, navigation, controls, tables, and content pages adapt to smaller screens without changing the core typing experience.&lt;/p&gt;

&lt;p&gt;What I Learned&lt;/p&gt;

&lt;p&gt;Building a typing application looks simple at first, but keeping keyboard input, timers, statistics, UI updates, and user feedback synchronized requires careful JavaScript logic.&lt;/p&gt;

&lt;p&gt;I also focused on keeping the project lightweight because responsiveness is particularly important for a typing application.&lt;/p&gt;

&lt;p&gt;Try It&lt;/p&gt;

&lt;p&gt;If you want to test it:&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://typeracer-pro-web.vercel.app/" rel="noopener noreferrer"&gt;https://typeracer-pro-web.vercel.app/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'd be interested to hear what developers would improve or add to a browser-based typing test.&lt;/p&gt;

</description>
      <category>frontend</category>
      <category>javascript</category>
      <category>showdev</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
