Skip to content

lvarisco/Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Library

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.

File

PHP files present in the directory.

index.php

Page with the login form.

regitrazione.php

Page with the sign up form.

home.php

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.

aggiungi.php

Page with the form to add a new book at the list.

letture.php

Introductory page to the reading section with three buttons relating to the three subsection: Begin reading, Readings in progress and List of readings.

letture1.php

Page with the form to start a new reading.

letture2.php

Page with the list of readings in progress.

letture3.php

Page with the list of finished readings and favourites.

logout.php

Page that logut the account.

Database

The database presents three tabs:

  • letture
  • libri
  • utenti

letture

codice utente inizio fine preferiti
Book code Username Reading start date Reading end date Boolean: 1 favourite; 0 not favourite

libri

codice titolo autore genere posizione
Book code Book's title Book's author Book's genre Place to find the book

utenti

username password nome cognome
Account username Account password Name Surname