
Tech Stack
MongoDB
express.js
React
Node.js
Redux
Javascript
Description
Blogorama is a full-stack blog platform made using the MERN stack. Admins can post and manage content, while users can read and comment.
The backend handles role-based access, comment nesting, and secure routes.
Redux was used to manage authentication state and user interactions.
- Full-stack blog platform with admin control.
 - Implemented JWT auth and protected routes.
 - Used Redux for state management.
 - MongoDB for storing blogs, users, comments.
 - Clean and responsive UI with category filters.
 
Page Info
Home Page
Displays all blogs with categories and featured articles.

Admin Panel
Admin-only panel for blog management and content publishing.

Blog View
Blog reading interface with nested comment support.

Authentication
JWT and Google Auth based user login and signup.
