Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.39 KB

README.md

File metadata and controls

23 lines (17 loc) · 1.39 KB

DevInsights-Digest

DevInsightsDigest is a blog site built with the MERN stack (MongoDB, Express.js, React.js, Node.js) and styled with Tailwind CSS. It provides users with a platform to read and publish insightful blog posts related to software development, technology trends, and industry insights.

Screenshot 2024-05-13 at 10 33 42 AM

TECHNOLOGIES USED

Frontend:

  • React.js: A JavaScript library for building user interfaces.
  • Tailwind CSS: A utility-first CSS framework for styling web applications.

Backend:

  • Node.js: A JavaScript runtime environment for building server-side applications.
  • Express.js: A web application framework for Node.js, used for building RESTful APIs.
  • MongoDB: A NoSQL database used for storing blog posts and user data.

Features

  • User Authentication: Secure user authentication and authorization for accessing user-specific features and posting blog articles.
  • Blog Post Creation: Allow authenticated users to create, edit, and delete blog posts.
  • Search Functionality: Enable users to search for blog posts by title, content, or author name.
  • Filtering: Provide filtering options to browse blog posts by category, date, or popularity.
  • Responsive Design: Fully responsive design ensures a seamless experience across devices, from desktops to mobile devices.