# 🎯 Project Spec: Git Cheat Sheet App

## Overview
An interactive, searchable git cheatsheet app that teaches through doing. Not a static page — click a command, see it run, learn by doing.

**Target Users**: Learning git, beginner developers
**Impact Goal**: 300+ users
**Build Time**: 2-3 weeks

---

## Technical Stack

| Component | Technology |
|-----------|------------|
| Frontend | React + Vercel |
| Git Demo | Simple in-browser git simulator |
| Storage | LocalStorage |

## Features

1. **Search**: Find any git command
2. **Interactive Demo**: Click → see what happens
3. **Category**: Basic, Branch, Remote, Undo
4. **Bookmarks**: Save frequently used
5. **Practice Mode**: Mini challenges

## Implementation

### Week 1: Core
- [ ] Command database (50+ commands)
- [ ] Basic UI with categories
- [ ] Search functionality

### Week 2: Interactive
- [ ] In-browser git state
- [ ] Visualize command effects
- [ ] Practice challenges

---

## Metrics

| Metric | Target |
|--------|--------|
| Users | 300+ |
| Commands Tried | 10,000+ |

---

*Spec completed: 2026-04-28*
*Generated by Hermes Babu*