Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tariqkichawele/devinsights-digest

A blog project made using MERN stack
https://github.com/tariqkichawele/devinsights-digest

Last synced: 18 days ago
JSON representation

A blog project made using MERN stack

Awesome Lists containing this project

README

        

# 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](https://github.com/TariqKichawele/mern-blog/assets/105932024/456d2a23-ae08-4e13-bab0-fce2eb2557b8)

**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.