Skip to content

Practice common JavaScript code blocks with SyntaxSprint, the typing test for programmers!

Notifications You must be signed in to change notification settings

rbrickmn/syntaxsprint-app

Repository files navigation

SyntaxSprint

image

This project is just beginning! I have lots of new features planned - see "Roadmap" to find out what I'm working on!

SyntaxSprint - SyntaxSprint, the typing test for programmers! | Product Hunt

About This Project

Welcome to SyntaxSprint! A syntax-based typing game that allows you to practice common code blocks, see your typing speed (WPM), and improve your knowledge by trying to lower your mistakes made!

Built With

Features

  • JavaScript language syntax (more languages coming sooon!)
  • Words per minute (WPM) counter
  • Mistakes counter
  • Wins/losses counter
  • Settings menu
  • Option to reset your scores

Getting Started

This application is fairily simple to get running on your machine. Here is all you need to know!

Prerequisites

  • npm
    npm install npm@latest -g

Installation

  1. Clone the repo
    git clone https://github.com/github_username/repo_name.git
  2. Install NPM packages
    npm install
  3. Run using Vite
    npm run dev

Contribution

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  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

Roadmap

  • Create a syntax-based typing game
  • Allow users to customize their settings (Partially implemented)
  • Allow users to save their progress
  • Allow users to choose their preferred language
  • Allow users to choose their preferred colors and theme (In development!)