Skip to content

Latest commit

Β 

History

History
67 lines (43 loc) Β· 2.02 KB

File metadata and controls

67 lines (43 loc) Β· 2.02 KB

StackLit πŸ’‘ β€” A Fullstack Q&A Platform

StackLit is a full-featured StackOverflow-style Q&A web application built using the MERN stack, allowing users to post questions, answer others, get real-time notifications, search users/questions/tags, and much more.


πŸš€ Live Demo

🌐 https://stack-lit.vercel.app


πŸ“Έ Screenshots

Here are some example pages from the app:

Home Question Page Ask Question
Tags Notifications Ai Assistance
Users Profile Update Profile

πŸ› οΈ Tech Stack

  • Frontend: React, Tailwind CSS, Axios, React Router, Redux Toolkit
  • Backend: Node.js, Express.js, MongoDB, Mongoose
  • Authentication: JWT-based auth
  • Real-time: Socket.IO (for notifications)
  • Editor: Quill.js (rich text)
  • Storage: Cloudinary (image upload)
  • Search: Regex-based search for users/questions/tags
  • Other: Vite, CORS, dotenv, express-async-handler

✨ Features

  • βœ… Sign up / Login / JWT Auth
  • βœ… Ask questions with tags, images, formatting
  • βœ… View answers, post answers, like/dislike
  • βœ… Live notifications for answers, likes/dislikes
  • βœ… Search users, tags, and questions
  • βœ… View user profile and stats
  • βœ… Paginated questions, answers, and search results
  • βœ… Mobile responsive UI

πŸ“„ License

This project is licensed under the MIT License.


⭐ Give a Star

If you like the project, don’t forget to ⭐ the repository!