https://github.com/ejfox/cli-delta-dojo
Sharpen your code review skills with CLI-DELTA-DOJO, the terminal-based JSON comparison game
https://github.com/ejfox/cli-delta-dojo
Last synced: 2 months ago
JSON representation
Sharpen your code review skills with CLI-DELTA-DOJO, the terminal-based JSON comparison game
- Host: GitHub
- URL: https://github.com/ejfox/cli-delta-dojo
- Owner: ejfox
- Created: 2024-08-22T20:51:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-25T17:20:21.000Z (over 1 year ago)
- Last Synced: 2025-03-19T20:05:32.657Z (about 1 year ago)
- Language: JavaScript
- Size: 2.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# delta-dojo
JSON diff trainer for the terminal. Compare two objects, spot the differences.
## Install
```bash
npm install
```
## Run
```bash
node index.mjs
```
## Controls
- `←` - Objects are different
- `→` - Objects are the same
- `q` - Quit
## Features
- Character-level diff highlighting
- True color support
- Ghostty/Kitty styled underlines (curly, dashed)
- Responsive layout (side-by-side or stacked)
- Multiple data types (user profiles, server configs, transactions, API responses)
- Difficulty scaling based on streak
## Requirements
- Node.js 18+
- Terminal with true color support (Ghostty, Kitty, iTerm2, etc.)
## License
MIT