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