{"id":19540961,"url":"https://github.com/in-jun/typing-practice","last_synced_at":"2025-04-26T16:32:06.770Z","repository":{"id":170547400,"uuid":"635967717","full_name":"in-jun/Typing-practice","owner":"in-jun","description":"프로그래밍 언어의 키워드로 타자 실력과 코드 친숙도를 동시에 높여보세요. 단순한 타자 연습을 넘어, 개발자로서의 근육 기억을 만드는 특별한 연습 도구입니다.","archived":false,"fork":false,"pushed_at":"2024-11-03T06:50:32.000Z","size":16,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T16:11:47.277Z","etag":null,"topics":["cil","cpp","typing-game","typing-practice"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/in-jun.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-03T21:03:29.000Z","updated_at":"2025-03-27T05:14:37.000Z","dependencies_parsed_at":"2024-11-03T07:21:51.415Z","dependency_job_id":"8f34af9b-e3a1-4038-92c7-8d8917bc1af7","html_url":"https://github.com/in-jun/Typing-practice","commit_stats":null,"previous_names":["in-jun/typing-practice"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/in-jun%2FTyping-practice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/in-jun%2FTyping-practice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/in-jun%2FTyping-practice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/in-jun%2FTyping-practice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/in-jun","download_url":"https://codeload.github.com/in-jun/Typing-practice/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251017684,"owners_count":21523624,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cil","cpp","typing-game","typing-practice"],"created_at":"2024-11-11T03:08:07.282Z","updated_at":"2025-04-26T16:32:06.531Z","avatar_url":"https://github.com/in-jun.png","language":"C++","readme":"# ⌨️ Typing Practice\n\n\u003cdiv align=\"center\"\u003e\n\n[![Stars](https://img.shields.io/github/stars/in-jun/Typing-practice.svg)](https://github.com/in-jun/Typing-practice/stargazers)\n[![C++](https://img.shields.io/badge/language-C++-00599C.svg)](https://isocpp.org/)\n\n\u003e 🚀 프로그래밍 키워드로 타자 실력과 코드 친숙도를 동시에 향상시키는 개발자 특화 연습 도구\n\n\u003c/div\u003e\n\n---\n\n## 📋 목차\n\n-   [기능 개요](#-기능-개요)\n-   [시스템 요구사항](#-시스템-요구사항)\n-   [프로그램 구조](#-프로그램-구조)\n-   [사용자 인터페이스](#-사용자-인터페이스)\n-   [연습 단어 목록](#-연습-단어-목록)\n\n---\n\n## ✨ 기능 개요\n\n### 핵심 기능\n\n-   🎯 **실시간 측정**\n\n    -   WPM (Words Per Minute)\n    -   CPM (Characters Per Minute)\n    -   정확도 백분율\n    -   경과 시간 표시\n\n-   📊 **시각적 피드백**\n\n    -   컬러 코딩된 진행 상태\n    -   그래디언트 텍스트 효과\n    -   오류 하이라이팅\n    -   진행률 바\n\n-   🎨 **고급 UI 요소**\n    -   단어 미리보기\n    -   스타일링된 출력\n\n## 💻 시스템 요구사항\n\n### 필수 요구사항\n\n```yaml\n컴파일러:\n    - GCC 5.0+\n    - ANSI 컬러 지원 터미널\n\n운영체제:\n    - Linux\n    - macOS\n    - Windows (ANSI 지원 터미널)\n\n라이브러리:\n    - STL (C++11 이상)\n```\n\n## 🔧 프로그램 구조\n\n### 주요 클래스\n\n```mermaid\nclassDiagram\n    class Style {\n        +static ESC: string\n        +static gradient()\n        +static various color constants\n    }\n    class UI {\n        +static printTopBar()\n        +static printStats()\n        +static printWordArea()\n    }\n    class TypingPractice {\n        -words: vector\u003cstring\u003e\n        -wordCount: int\n        +start()\n        -updateDisplay()\n    }\n```\n\n### 스타일 시스템\n\n| 스타일 종류 | 용도        | 예시        |\n| ----------- | ----------- | ----------- |\n| PRIMARY     | 주요 텍스트 | 현재 단어   |\n| SECONDARY   | 보조 텍스트 | 미리보기    |\n| SUCCESS     | 성공 표시   | 정확도      |\n| ERROR       | 오류 표시   | 잘못된 입력 |\n| WARNING     | 경고 표시   | 타이머      |\n\n## 🎮 사용자 인터페이스\n\n### 화면 구성\n\n```\nTYPING PRACTICE\n\n     0 WPM     0 CPM  100%  00:00  ──────────────────── (0%)\n\n  drop  query  where  some\n\n❯\n```\n\n### 통계 표시\n\n-   WPM: 분당 단어 수\n-   CPM: 분당 문자 수\n-   정확도: 올바른 입력 비율\n-   진행률: 시각적 진행 바\n\n### 단어 선택 기준\n\n-   실제 코딩에서 빈번히 사용되는\n-   다양한 프로그래밍 언어 포함\n-   난이도 균형 고려\n-   실용성 중심\n\n---\n\n\u003cdiv align=\"center\"\u003e\n\n**[맨 위로 올라가기](#-typing-practice)**\n\n⭐ **이 프로젝트가 도움이 되었다면 GitHub Star를 눌러주세요** ⭐\n\nMade with ❤️ by [in-jun](https://github.com/in-jun)\n\n\u003c/div\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fin-jun%2Ftyping-practice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fin-jun%2Ftyping-practice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fin-jun%2Ftyping-practice/lists"}