Problem
The README claims "Zero JavaScript" but main.js exists in the repo and is 377 lines long. This is a credibility issue — anyone who inspects the repo will see the contradiction immediately.
What needs to change
- Remove the "Zero JavaScript" claim from the README
- Document the actual tech stack accurately (HTML, CSS, JavaScript)
- Describe what
main.js actually does (animations, interactions, etc.)
- Update any other inaccurate claims in the README while we are at it
Why it matters
The README is the first thing developers and potential collaborators see. Inaccurate documentation signals carelessness. Say what it is, accurately.
Problem
The README claims "Zero JavaScript" but
main.jsexists in the repo and is 377 lines long. This is a credibility issue — anyone who inspects the repo will see the contradiction immediately.What needs to change
main.jsactually does (animations, interactions, etc.)Why it matters
The README is the first thing developers and potential collaborators see. Inaccurate documentation signals carelessness. Say what it is, accurately.