This blog application is a modern, full-stack web application built using the MERN stack (MongoDB, Express.js, React, and Node.js) and styled with Tailwind CSS. It offers a seamless user experience with smooth animations and a responsive design. Users can create 📝, read 📖, update ✏️, and delete ❌ blog posts. The application features user authentication 🔐, allowing users to sign up 📝, log in 🔓, and manage their profiles 🧑💻. The use of Tailwind CSS ensures a clean and consistent UI 🎨 with utility-first styling.
Check our Youtube Video Link To understand more easily : VIDEO LINK
Check our live demo link to explore our web : LIVE LINK
Explore the code and contribute on our GitHub Repository: MERN BLOG GITHUB
📝 Blog App
🚀 Built with MERN & Tailwind
🔐 Secure User Authentication
🖊️ Write & Edit Posts
🚩 Delete & Update Post
🎨 Beautiful UI
📱 Fully Responsive
🌐 Real-time Updates
🌐 BASE_URL = https://uzerqureshi-blog.netlify.app/
➡️ GET : /allBlogs
➡️ GET : /singlePost/:id
🚮 DELETE : /:id
⬆️ POST : /createBlog
⬆️ POST : /auth/signIn
⬆️ POST : /auth/signUp