Skip to content

ZIDAN44/Book-Review-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Book Review System

The project is a PHP-based web application enabling users to browse, search, and review books. It includes features for user registration, login, and book rating, allowing users to leave detailed reviews. The system ensures a user-friendly experience and an intuitive interface for managing book reviews.

Features

Search Functionality

  • Users can search for books by titles, authors, genres, etc.
  • The search bar is conveniently located on the main page for easy access.
  • The search results are dynamically displayed with relevant information about each book.

User Registration and Login

  • Secure user registration and login system.
  • Users can create accounts with unique usernames and passwords.
  • Sessions are managed to keep users logged in across multiple pages.

Book Rating System

  • Users can rate books on a scale of 1 to 5 stars.
  • Users can leave detailed reviews for each book they have read.
  • Reviews can be edited or deleted by the user who created them.

Screenshots

Homepage

Homepage

Login Page

Login Page

Register Page

Register Page

Search Book

Search Book

Add Review Page

Add Review Page

Edit Review Page

Edit Review Page

User Profile Page

User Profile Page

Search Error

Search Error

License

This project is licensed under the Apache License 2.0. You are free to use, modify, and distribute this software in compliance with the License.

Credits