A Next.js-powered application designed to help developers improve their coding speed and accuracy.
- 🖥️ Code snippets for typing practice
- ⏱️ Customizable time limits for each coding challenge
- 📊 Instant feedback on typing speed (Words Per Minute)
- 🎯 Accuracy percentage calculation
- 📈 Progress tracking
- 🌐 Responsive design for use on various devices
Follow these steps to get the Developer Typing Speed Checker up and running on your local machine:
-
Clone the repository:
git clone https://github.com/21prnv/check-speed.git
-
Navigate to the project directory:
cd check-speed
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Open your browser and visit localhost.
- Select a programming language or coding challenge type.
- Review the provided code snippet.
- Start typing when you're ready.
- Once completed, you'll receive your results:
- Words Per Minute (WPM)
- Accuracy Percentage
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
--
Made with ❤️ by Pranav Patil