Interactive map of state ratification of the proposed federal Equal Rights Amendment (ERA).
- Dark green: Ratified before the extended 1982 deadline
- Light green: Ratified after the deadline
- Gray: Not ratified
- Diagonal lines: State later attempted to rescind (legal status unresolved)
- Goal: 38 states (three-fourths of 50)
- Ever ratified: 38 / 38
- Before deadline: 35 / 38
- Early ratified, no rescission attempt: 30 / 38
- Late ratifications: 3
- Rescission attempts: 5
- Never ratified: 12
data/era-states.jsonis the single source of truth- Map, tooltips, table, and summary all derive from this file
Open index.html in a browser,
or use VS Code "Live Preview" extension,
or use a simple static server:
python -m http.server 8000Then visit http://localhost:8000
This site uses GitHub Pages with no build step:
git add -A
git commit -m "update"
git push -u origin main