milwright commited on
Commit
1f55588
·
verified ·
1 Parent(s): 559e227

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -31
README.md CHANGED
@@ -72,35 +72,5 @@ This is a **vanilla JavaScript modular application** with no build step. Key arc
72
  - `conversationManager.js` - AI conversation state management for chat functionality
73
  - `welcomeOverlay.js` - First-time user onboarding
74
 
75
- ```mermaid
76
- graph TD
77
- A[User loads app] --> B[Welcome Overlay]
78
- B --> C[App.js - Main Controller]
79
- C --> D[ClozeGameEngine.js]
80
- C --> E[ChatInterface.js]
81
-
82
- D --> F[BookDataService.js]
83
- F --> G[HuggingFace Datasets API]
84
-
85
- D --> H[AIService.js]
86
- H --> I[OpenRouter API - Gemma 3]
87
-
88
- E --> J[ConversationManager.js]
89
- J --> H
90
-
91
- D --> K[Word Selection Logic]
92
- K --> L[Filter Capitalized Words]
93
- K --> M[Progressive Difficulty]
94
-
95
- C --> N[UI State Management]
96
- N --> O[Level Progression]
97
- N --> P[Score Tracking]
98
- N --> Q[Passage Display]
99
-
100
- style A fill:#f9f,stroke:#333,stroke-width:2px
101
- style I fill:#bbf,stroke:#333,stroke-width:2px
102
- style G fill:#bbf,stroke:#333,stroke-width:2px
103
- style L fill:#fbb,stroke:#333,stroke-width:2px
104
- ```
105
-
106
  [milwright](https://huggingface.co/milwright), *Zach Muhlbauer*, CUNY Graduate Center
 
72
  - `conversationManager.js` - AI conversation state management for chat functionality
73
  - `welcomeOverlay.js` - First-time user onboarding
74
 
75
+ ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
76
  [milwright](https://huggingface.co/milwright), *Zach Muhlbauer*, CUNY Graduate Center