Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samuelcardenasg23/book-review
The Book Review project is a Laravel-based web application allows users to browse books, read reviews, and add their own reviews to books they've read.
https://github.com/samuelcardenasg23/book-review
blade laravel mysql php tailwindcss
Last synced: 7 days ago
JSON representation
The Book Review project is a Laravel-based web application allows users to browse books, read reviews, and add their own reviews to books they've read.
- Host: GitHub
- URL: https://github.com/samuelcardenasg23/book-review
- Owner: samuelcardenasg23
- Created: 2024-04-08T03:40:37.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-05-09T22:27:52.000Z (6 months ago)
- Last Synced: 2024-05-10T18:15:39.735Z (6 months ago)
- Topics: blade, laravel, mysql, php, tailwindcss
- Language: PHP
- Homepage:
- Size: 114 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Book Review Project
The Book Review project is a Laravel-based web application allows users to browse books, read reviews, and add their own reviews to books they've read.
## Features
- Browse books: View a list of books with their titles, authors, average ratings, and reviews.
- View book details: Click on a book to see detailed information, including reviews and ratings.
- Add reviews: Logged-in users can add their own reviews and ratings for books.
- Search functionality: Search for books by title.
- Filter books: Filter books by popularity and highest ratings within specific time periods.
- Pagination: Display a limited number of books per page with pagination for easy navigation.## Technologies Used
- Laravel PHP Framework
- MySQL Database
- Blade Templating Engine
- Tailwind CSS for styling## License
The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).