Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tariqkichawele/devinsights-digest
- Owner: TariqKichawele
- Created: 2024-01-29T14:34:52.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-05-13T18:14:37.000Z (8 months ago)
- Last Synced: 2024-11-06T02:27:16.427Z (2 months ago)
- Language: JavaScript
- Homepage: https://mern-blog-2i5s.onrender.com/
- Size: 230 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.