Skip to content

Commit 8ae36c6

Browse files
zero2sudoclaude
andauthored
Add README with project context and demo link (#2)
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 6e2a5f9 commit 8ae36c6

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# DataViz Studio
2+
3+
A drag-and-drop data visualization tool built with React, TypeScript, and Vega-Lite.
4+
5+
## About This Project
6+
7+
This repository is a demonstration of [Claude Code](https://claude.com/claude-code) and Claude Opus 4.5, created by [zero2sudo](https://instagram.com/zero2sudo) in partnership with Anthropic.
8+
9+
### Educational Resource
10+
11+
This project serves as an educational resource for students and developers who want to see how a senior engineer uses Claude Code to build real applications. Feel free to explore the codebase, review the commit history, and learn from the development process.
12+
13+
## Live Demo
14+
15+
Try the application yourself: **https://zero2sudo.github.io/datavisualization/**
16+
17+
## Features
18+
19+
- Drag-and-drop interface for building charts
20+
- Automatic field type detection (quantitative, nominal, temporal)
21+
- Real-time Vega-Lite chart rendering
22+
- Support for X, Y, Color, and Size encodings
23+
24+
## Getting Started
25+
26+
```bash
27+
npm install
28+
npm run dev
29+
```
30+
31+
## Connect
32+
33+
Follow for more content: [instagram.com/zero2sudo](https://instagram.com/zero2sudo)

0 commit comments

Comments
 (0)