Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.51 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.51 KB

Bloggy - A Blog Website

Embark on a captivating journey through the realms of BLOGGY, a sophisticated and feature-rich platform that brings your words to life. This project seamlessly blends the efficiency of Node.js on the backend with the elegance of React.js on the frontend, creating a harmonious environment for content creators and readers alike.

Layout of BLOGGY

Screenshot_20240105_011326

Key Features:

  • ✍️ Dynamic Content Creation: Craft compelling blog posts effortlessly with an intuitive and user-friendly content creation interface powered by React.js.

  • 📚 Organized Content Management: Implement a robust Node.js backend with Express.js to manage, store, and retrieve blog posts, ensuring seamless organization and retrieval.

  • 🎨 Responsive Design: Delight your audience with a visually stunning and responsive design, ensuring an optimal reading experience across various devices and screen sizes.

  • 🔐 Secure Authentication: Safeguard your writers' and readers' experiences with a secure authentication system utilizing JSON Web Tokens (JWT) and bcrypt.

Demo

Explore the live demo: //I'm working on it.

Getting Started

Follow these steps to get started with Bloggy:

  1. Clone the repository:
    git clone https://github.com/yenurkar-ganesh/blog.git
  2. Install dependencies:
    npm install
  3. Run the application:
    npm run dev