Spaces:
Sleeping
Sleeping
File size: 872 Bytes
d3c5c3e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | ---
title: Code Typing Practice
emoji: ⌨️
colorFrom: blue
colorTo: indigo
sdk: docker
app_port: 7860
pinned: false
---
# Code Typing Practice (程序员代码打字练习)
一个专为程序员设计的代码打字练习工具。
A typing practice tool designed specifically for programmers.
## Features
- **Real Code Snippets**: Practice with Python, JavaScript, Go, SQL, etc.
- **Syntax Highlighting**: Visual feedback on correct/incorrect typing.
- **Stats**: Real-time WPM (Words Per Minute) and Accuracy tracking.
- **Zen Mode**: Distraction-free interface.
## Tech Stack
- **Backend**: Flask (Python)
- **Frontend**: Vanilla JS + Tailwind CSS
- **Deployment**: Docker on Hugging Face Spaces
## Usage
1. Open the app.
2. Start typing the code displayed.
3. Use `Enter` for new lines.
4. Use `Space` for indentation (Tab key resets the game).
## License
MIT
|