This project displays random poems fetched from the PoetryDB API. Users can view a list of random poems and click on a poem to see its details.
index.html: The main page that displays a list of random poems.details.html: The details page that shows the full text of a selected poem.styles.css: The stylesheet for the project.script.js: The JavaScript file that fetches and displays the poems.README.md: This file.
- Open
index.htmlin a web browser. - The page will fetch and display a list of random poems.
- Click on the "Read More.." button to view the full text of a poem on the
details.htmlpage.
- Bootstrap 5.3.0 for styling.
- PoetryDB API for fetching random poems.