https://github.com/coder7475/blog-client
A blog website where programmers can share their thoughts with each other.
https://github.com/coder7475/blog-client
Last synced: 28 days ago
JSON representation
A blog website where programmers can share their thoughts with each other.
- Host: GitHub
- URL: https://github.com/coder7475/blog-client
- Owner: coder7475
- Created: 2023-12-03T05:15:58.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-10T05:29:57.000Z (over 1 year ago)
- Last Synced: 2024-06-10T06:36:25.149Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://programmers-blog-68efb.web.app/
- Size: 7.19 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Title
## Blog Website - Programmers Blog
# Live Link
## https://programmers-blog-68efb.web.app/
## https://programmers-blog-68efb.firebaseapp.com/
# Backend: https://github.com/coder7475/blog-server
## https://server-programmers-blog.vercel.app/
## https://server-programmers-blog.vercel.app/
# Features
- Show recent blogs on Home Page sorted by date and time
- Show featured blogs based on word count of long description
- Show details page upon clicking details button
- Able to comment below blogs details page if the blog does not belong to user
- Show all comments ever made for each blog
- You can update the blog details if the blog belongs to you if you click update button
- Show all blogs in All Blogs page with pagination
- Can filter by category and search by title in All blogs page
- Add blog to wishlist upon clicking add to wishlist button
- You can remove blogs from wishlist
- Registration and Login using email and password
- Signin using Google
- Show SweetAlert for successful or unsuccesful registration
- Show SweetAlert for not meeting requirement for password on registration page
- Show SweetAlert for invalid or successful login
- Show profile pic and logout button upon login
- A Error Page is shown for wrong route
## Authors
- [@coder7475](https://github.com/coder7475)