Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 754 Bytes

File metadata and controls

27 lines (21 loc) · 754 Bytes

Anonymous Vent Wall

A full-stack MERN application that allows users to post thoughts anonymously without creating an account.

Features

  • 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

Tech Stack

  • Frontend: React (Vite)
  • Backend: Node.js, Express.js
  • Database: MongoDB Atlas
  • Deployment: Vercel (frontend), Render (backend)

How It Works

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.

Live Demo

https://anonymous-vent-wall.vercel.app

Author

Hridya Sadanand