Giter VIP home page Giter VIP logo

bloggerspace's Introduction

BloggerSpace

Tech Stack: MERN stack

  • A blogging website where users can write a blog on any topic.

  • There are two panels: Writing and Reviewing panel. In writing panel, anyone can signup and start writing blogs.

  • The reviewer requests would be sent to admin for approval and then user can start reviewing the assigned blogs. The admin can delete any user, revoke/grant reviewer access.

  • Used nodemailer API to send emails. Ex: Email will be sent when the blog is under review, discarded, published.

  • Review stages: Pending for Review-Under review-In Review-Awaiting author (if need modification)-Publish Please try and give me the feedback. Your valuable feedback will help me to improve this website.

  • 60+ blogs are already ranked on Google search.

BloggerSpace Reviewer Panel: https://reviewbloggerspace.singhteekam.in

Features

  • View all published blogs
  • Create new blog
  • save as draft the blog
  • Real time blog views count
  • Comments and Reply on the comments
  • Share blog on most famous social media platforms
  • Count number of visitor who visited the website.
  • Forgot password page
  • Change password
  • Delete Account
  • Change username
  • View public profile of any user
  • Email verification for new users
  • Review stages:
    • Pending for Review
    • Under review
    • In Review
    • Awaiting author (if need modification)
    • Publish
  • Mail sent when:
    • blog is submitted for review
    • blog status is moved to awaiting author
    • blog is published
  • Like any blog (user should be loggged in and verified account)
  • Save any blog for read later
  • Search any published blog
  • Writing Guidelines for writing the blog
  • Preview the blog before submitting for review
  • Sitemap
  • Responsive
  • SEO friendly
  • Follow and Unfollow users
  • Community for bloggers to interactive with each other
  • No review process for community posts. Instantly published after submitting the post.

Folder structure:

├── client
│   ├── public
│   ├── src
│   │   ├── components
│   │   ├── utils
│   ├── App.css
│   ├── App.js
│   ├── index.css
│   ├── index.js
│   ├── package.json
│   ├── package-lock.json
│   ├── .gitignore
├── server
│   ├── controllers
│   │   ├── Admin
│   │   ├── Reviewer
│   │   ├── blogController.js
│   │   ├── communityController.js
│   │   └── userscontroller.js
│   ├── db
│   │   └── db.js
│   ├── middlewares
│   ├── models
│   ├── routes
│   ├── services
│   ├── utils
│   ├── .env
│   ├── node_modules
│   ├── package.json
│   └── package-lock.json
├── package.json
├── package-lock.json  
├── .gitignore  
└── README.md

BloggerSpace Homepage

alt text

Contributing

Contributions are always welcome!

bloggerspace's People

Contributors

singhteekam avatar

Stargazers

Harendra Singh avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.