Blogger is a secure and user-friendly MERN (MongoDB, Express.js, React.js, Node.js) stack blog application with user authentication. It allows users to create, read, update, and delete their own blog posts after registering and logging in.
Check out the live version of the app: Blogger Live Demo
- User Registration and Login: Users can securely register and log in to access their personalized dashboard.
- Blog Management: Authenticated users can create, read, update, and delete their own blog posts.
- View Others' Blogs: Any user can browse and read blogs posted by other users.
- Responsive Design: The app is designed to provide a seamless experience on various devices and screen sizes.
- Front-end: React.js, HTML, CSS
- Back-end: Node.js, Express.js, MongoDB
- State Management: React Context API
- Deployment: Netlify
The backend part of this application is available in a separate repository. You can find it here: Blogger Backend Repo
- Register: Create a new account to access the blog app.
- Login: Existing users can log in with their credentials.
- Dashboard: Once logged in, users can create new blog posts and manage existing ones.
- View Blogs: All users can read blogs posted by others.
Contributions are welcome! If you find any issues or want to enhance the app, please feel free to open an issue or submit a pull request.
Happy coding! 🎉


