An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

poetry-atlas preview

# 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