Skip to content

21prnv/check-speed

Repository files navigation

🚀 Developer Typing Speed Checker

A Next.js-powered application designed to help developers improve their coding speed and accuracy.

Table of Contents

Features

  • 🖥️ 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

Getting Started

Follow these steps to get the Developer Typing Speed Checker up and running on your local machine:

  1. Clone the repository:

    git clone https://github.com/21prnv/check-speed.git
    
  2. Navigate to the project directory:

    cd check-speed
    
  3. Install dependencies:

    npm install
    
  4. Run the development server:

    npm run dev
    
  5. Open your browser and visit localhost.

Usage

  1. Select a programming language or coding challenge type.
  2. Review the provided code snippet.
  3. Start typing when you're ready.
  4. Once completed, you'll receive your results:
    • Words Per Minute (WPM)
    • Accuracy Percentage

Technologies Used

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

--

Made with ❤️ by Pranav Patil