A simple web application to help users test and assess their typing speed. Built with only HTML, CSS, and JavaScript.
- Landing page with navigation to:
- Login page
- Register page
- Typing test
- Results
- Reset Password
- About Us
- Responsive and user-friendly interface
- index.html # Landing page (this file)
- Login.html # Login page (you create this)
- Register_password_page.html # Registration page
- Reset_password_page.html # Reset password page
- user_typingTest.html # Typing test interface
- tes_result.html # Typing test results
- about.html # About Us page
git clone https://github.com/Sothiphak/I3_typing_master.git
cd i3_typing_master
- Just open `index.html` in your browser.
- No compilation, server, or frameworks needed.
- Optional (for cleaner testing):**
- Use VS Code + Live Server extension