A full-stack MERN application that allows users to post thoughts anonymously without creating an account.
- Post anonymous messages (200 character limit)
- No authentication or user accounts
- One “relate” per user per post
- Profanity is automatically censored
- Delete posts using a private delete token
- Responsive UI
- Frontend: React (Vite)
- Backend: Node.js, Express.js
- Database: MongoDB Atlas
- Deployment: Vercel (frontend), Render (backend)
The React frontend sends user input to an Express API.
The backend validates and stores data in MongoDB, then returns responses to update the UI.
https://anonymous-vent-wall.vercel.app
Hridya Sadanand