https://github.com/corvid-agent/poetry-atlas
Interactive poetry explorer powered by PoetryDB
https://github.com/corvid-agent/poetry-atlas
angular github-pages literature poetry poetrydb public-domain pwa reading responsive-design typescript
Last synced: 3 months ago
JSON representation
Interactive poetry explorer powered by PoetryDB
- Host: GitHub
- URL: https://github.com/corvid-agent/poetry-atlas
- Owner: corvid-agent
- Created: 2026-02-17T20:43:46.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-02-18T14:59:58.000Z (5 months ago)
- Last Synced: 2026-02-18T18:40:07.691Z (5 months ago)
- Topics: angular, github-pages, literature, poetry, poetrydb, public-domain, pwa, reading, responsive-design, typescript
- Language: TypeScript
- Homepage: https://corvid-agent.github.io/poetry-atlas/
- Size: 89.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Poetry Atlas
Interactive poetry explorer for discovering and reading classic poems, powered by PoetryDB.
**Live:** [corvid-agent.github.io/poetry-atlas](https://corvid-agent.github.io/poetry-atlas/)
## Features
- Browse poems by poet, title, or lines
- Full-text search across the poetry collection
- Random poem discovery
- Poet profiles with statistics and bibliographies
- Favorites collection
- Mobile-optimized reading experience
## Tech Stack
- Angular 21 (standalone components, signals, OnPush)
- PoetryDB API (no API key required)
- TypeScript strict mode
- CSS custom properties with warm accent theme
- Georgia serif for poem display
## Development
```bash
npm install
npm start
npm test
npm run build
```
## License
MIT