TypoVerse is a modern web application designed to help users improve their typing speed and accuracy through interactive typing tests.
- Start a typing test and see how fast you can type.
- Measure words per minute (WPM) and accuracy.
- Dynamic text highlighting for correct and incorrect typing.
- Timer to track time remaining.
- Responsive design with modern UI using Tailwind CSS.
- Backend: PHP (Laravel), Livewire
- Frontend: Alpine.js, HTML, CSS (Tailwind CSS)
- Clone the repository:
git clone https://github.com/your-username/TypoVerse.git
- Navigate to the project directory:
cd TypoVerse
- Install PHP dependencies:
composer install
- Install frontend dependencies:
npm install && npm run dev
- Serve the application:
php artisan serve
Contributions are welcome! Fork the repository and submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.