A curated database of influential historical figures from Latin America and the Latino/Hispanic community, presented as a searchable static website.
This repository contains:
- Structured profiles of historical Latino/Latinx figures in Markdown format
- Validation scripts to ensure data consistency and quality
- Static website generator that builds a searchable, interactive site
- JSON API for programmatic access to the data
Each person in the database includes biographical information, their contributions, impact on society, and verified sources.
Visit the website to browse and search the database: https://pretty-games.github.io/latinx-roots-db/
latinx-roots-db/
├── src/
│ ├── people/ # Markdown files for each person
│ ├── schema/ # Data validation schema
│ ├── scripts/ # Build and validation scripts
│ └── website/ # HTML, CSS, and JavaScript for the site
└── docs/ # Generated static site (served via GitHub Pages)
We welcome contributions! Please see CONTRIBUTING.md for detailed guidelines on how to add new profiles, validate your changes, and build the site locally.
This project is licensed under the MIT License - see the LICENSE file for details.