This project is just beginning! I have lots of new features planned - see "Roadmap" to find out what I'm working on!
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!
- JavaScript language syntax (more languages coming sooon!)
- Words per minute (WPM) counter
- Mistakes counter
- Wins/losses counter
- Settings menu
- Option to reset your scores
This application is fairily simple to get running on your machine. Here is all you need to know!
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/github_username/repo_name.git
- Install NPM packages
npm install
- Run using Vite
npm run dev
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!
- Fork the Project
- 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
- 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!)