Poetry Hub is a web application where users can get to read poems from different poets
Poetry Hub offers an uncluttered and peaceful place to read poetry. Here, users of this web application get to read random poems from different poets, like (or dislike) the poems and add comments on them.
The web application consumes data from the poetryDB
API:
https://poetrydb.org/
- HTML
- CSS
- JavaScript
- Add the Login form.
- Add functionality that allows user to read the selected poem.
- Add search Functionality.
To get started, you need to clone this repository using the command:
git clone [email protected]:Samueelx/poetry-hub.git
To run and test this web application on your local computer, you need to have installed the following:
- Visual Studio Code (Or any other code editor of your choice)
- A web browser
- Live Server Extension (Oprional)
To run this web application on your browser:
-
Open your terminal in the root directory of this project
-
Open VS Code using the command:
code .
-
Using the Live-Server extension, open the
index.html
file in your browser
Click on the Login
link to view and/or use the login form.
Samuel Gitimu