Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 955 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 955 Bytes

Book Search

Project focused on HTML, CSS and JavaScript developed during the first module of the UPskill course.

Features

  • User registration form
  • User authentication
  • Publications search engine - html/JS client under Google Books API
  • List of search results
  • Option to save favorite books
  • Option to remove favorite books

Rules

  • Users must register, providing a username, email and a password (which must have an additional text box for double validation)
  • Passwords must have a minimum of four characters and a maximum of eight characters
  • Users must authenticate using the email and password provided at registration
  • After authentication, the user's name, current access date/time and previous access date/time must be displayed at the top of the site
  • During a session, a new authentication must be requested whenever the user does not perform any search within a minimum interval of five minutes

HTML, CSS, JavaScript, API