Skip to content

hridyasadanand/anonymous-vent-wall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors