https://github.com/radser2001/book-review-system
https://github.com/radser2001/book-review-system
bootstrap5 reactjs spring-boot
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/radser2001/book-review-system
- Owner: Radser2001
- Created: 2023-12-08T07:22:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-09T08:55:38.000Z (over 2 years ago)
- Last Synced: 2025-02-08T19:35:06.646Z (over 1 year ago)
- Topics: bootstrap5, reactjs, spring-boot
- Language: JavaScript
- Homepage:
- Size: 1.85 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Book Review System
#### The Book Reviewer System is a web application designed for users to explore and review a curated collection of programming books. The project was developed to practice and showcase skills in React.js for the frontend and Spring Boot for the backend. The application interacts with the Spring Boot.
### Familiarized myself with
> - React.js features like React Hooks (State/Effect), JSX, components, and props.
> - Spring Boot providing RESTful APIs for book data and reviews retrieval, posting, updating, and deleting reviews.
> - Asynchronous API Calls by using axios library in the frontend to fetch book and review data from the Spring Boot backend.
> - Bootstrap by styling the user interface for a visually appealing and responsive design using Bootstrap.
### Features
> - Book Display
> - Dynamic Content
> - Review Functionality
### Tech Stack
#### Frontend:
> - React.js
> - CSS/Bootstrap
#### Backend:
> - Spring Boot (Java)