https://github.com/zidan44/book-review-system
A simple book review system
https://github.com/zidan44/book-review-system
book booklibrary booklist bookreview css php web webapp website
Last synced: 4 months ago
JSON representation
A simple book review system
- Host: GitHub
- URL: https://github.com/zidan44/book-review-system
- Owner: ZIDAN44
- License: apache-2.0
- Created: 2024-06-16T17:49:03.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-19T00:49:28.000Z (12 months ago)
- Last Synced: 2025-01-08T13:53:37.971Z (5 months ago)
- Topics: book, booklibrary, booklist, bookreview, css, php, web, webapp, website
- Language: PHP
- Homepage:
- Size: 9.2 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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

### Login Page

### Register Page

### Search Book

### Add Review Page

### Edit Review Page

### User Profile Page

### Search Error

## License
This project is licensed under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0). You are free to use, modify, and distribute this software in compliance with the License.
## Credits
- [**Zinadin Zidan**](https://github.com/ZIDAN44) - Developer and creator.