https://github.com/rohitchourey0809/git-hush-frontend
A Book Review System is a web application that allows users to browse, review, and rate books. It is built using React for the frontend, Tailwind CSS for styling, Express.js for the backend, and MongoDB as the database.
https://github.com/rohitchourey0809/git-hush-frontend
authorization react-router-dom reactjs tailwindcss toastify
Last synced: 3 months ago
JSON representation
A Book Review System is a web application that allows users to browse, review, and rate books. It is built using React for the frontend, Tailwind CSS for styling, Express.js for the backend, and MongoDB as the database.
- Host: GitHub
- URL: https://github.com/rohitchourey0809/git-hush-frontend
- Owner: rohitchourey0809
- Created: 2024-06-02T13:31:08.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-03T06:59:13.000Z (about 2 years ago)
- Last Synced: 2025-06-03T14:28:14.152Z (about 1 year ago)
- Topics: authorization, react-router-dom, reactjs, tailwindcss, toastify
- Language: JavaScript
- Homepage: https://git-hush-frontend.vercel.app
- Size: 336 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Backend Link
[Backend Github link](https://github.com/rohitchourey0809/git-hush-backend).
https://github.com/rohitchourey0809/git-hush-backend
npm start
http://localhost:3000
```
Signup Page
/signup
```
```
Login Page
/login
```
```
Favorite Pagw
/favourite
```
```
Detaisl Page
/book/:id
```