Commit Graph

4 Commits

Author SHA1 Message Date
Claude
8f60ff8499 Rebuild site as a full One Piece character & Devil Fruit wiki
Replaces the 4-card quickstart mockup with a data-driven wiki covering
the 100 most well-known One Piece characters and every Devil Fruit they
carry (57 fruits total), each with its own linked detail page.

- js/characters-data.js: 100 character profiles (stats, bio, abilities)
- js/fruits-data.js: 57 Devil Fruit entries (history, powers, strengths/
  weaknesses, full user lineage) cross-linked to character ids
- index.html + main.js: searchable/filterable character grid
- character.html + character.js: character detail template driven by ?id=
- fruits.html + fruits.js: searchable Devil Fruit index with type filter
- fruit.html + fruit.js: Devil Fruit detail template driven by ?id=
- css/styles.css: new wanted-poster/ocean-navy design system, responsive
- Fixed docker-compose volume mount (previously pointed at a nonexistent
  ./data directory) and rewrote README for the new structure

Verified with a headless browser: all four page types render without
script errors, search/filter interactions work, and every character-
fruit cross-reference resolves correctly.
2026-08-14 23:19:44 +00:00
Cametendo
16a3bb306d Update Supported OS section in README
Clarified the Supported OS section in README.md.
2026-02-27 09:31:17 +01:00
Cametendo
7eb84b4e16 Expand README with project details and usage instructions
Added detailed information about the project, including requirements, usage, supported OS, and license.
2026-02-23 15:40:27 +01:00
Cametendo
4c1eb7ba65 Initial commit 2026-02-23 14:52:44 +01:00