Platform to organize your home library with the ability to create a list of the books that you are reading and the books that you already read with some details such as start date, end date and favorites.
PHP files present in the directory.
Page with the login form.
Page with the sign up form.
Page with the list of owned books with the relative information such as the author and the genre. There are three buttons to sort the list by title, author or genre.
Page with the form to add a new book at the list.
Introductory page to the reading section with three buttons relating to the three subsection: Begin reading
, Readings in progress
and List of readings
.
Page with the form to start a new reading.
Page with the list of readings in progress.
Page with the list of finished readings and favourites.
Page that logut the account.
The database presents three tabs:
- letture
- libri
- utenti
codice | utente | inizio | fine | preferiti |
---|---|---|---|---|
Book code | Username | Reading start date | Reading end date | Boolean: 1 favourite; 0 not favourite |
codice | titolo | autore | genere | posizione |
---|---|---|---|---|
Book code | Book's title | Book's author | Book's genre | Place to find the book |
username | password | nome | cognome |
---|---|---|---|
Account username | Account password | Name | Surname |