https://github.com/raian-shahrear/bookstore-client-side-a12
A Resale Bookstore Website where anyone can by or sell an old book.
https://github.com/raian-shahrear/bookstore-client-side-a12
Last synced: about 1 month ago
JSON representation
A Resale Bookstore Website where anyone can by or sell an old book.
- Host: GitHub
- URL: https://github.com/raian-shahrear/bookstore-client-side-a12
- Owner: raian-shahrear
- Created: 2022-12-04T16:29:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-14T19:45:29.000Z (over 2 years ago)
- Last Synced: 2025-02-06T19:48:10.151Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.42 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BookStore
A Resale Bookstore Website (Fullstack)## Live Website:
Please visit [https://bookstore-65836.web.app](https://bookstore-65836.web.app/)## Main Feature:
### 1. Different functionalities have been added in the dashboard for Admin, Seller and Buyer roles.
### 2. TailwindCss and DaisyUI have been used.
### 3. The website is fully responsive for small, medium and large devices.
### 4. React.js and React Router have been used to design UI.
### 5. Firebase has been used for Authentication and Hosting purposes.
### 6. Node.js (Express.js) has been used as a server.
### 7. NoSQL (MongoDB) database has been used.
### 8. JWT (access token) has been used for Authorization to distinguish User, Seller and Admin roles.
### 9. A payment system has been implemented using Stripe and payment history saved to the database.
### 10. Nodemailer & SendGrid have been used to send payment confirmation email to a buyer.