A modern, full-stack platform for sharing thoughts, ideas, and confessions anonymously. Built with React, Tailwind CSS, Express, MongoDB, and Socket.io for real-time updates.
- Anonymous posting and commenting
- Real-time updates for posts and comments
- Responsive, modern UI/UX in a dark theme
- Like and comment to posts
- No personal data stored
- Sticky footer and full-screen layout
- Frontend: React, Vite, Tailwind CSS
- Backend: Express.js, MongoDB
- Real-time: Socket.io
- Node.js & npm
- MongoDB (local or cloud)
- Clone the repository:
git clone https://github.com/yourusername/anonymous-wall.git cd anonymous-wall - Install frontend dependencies:
npm install
- Install backend dependencies:
cd backend npm install
- Start MongoDB (if running locally)
- Start the backend server:
npm run dev
- Start the frontend (in the root folder):
npm run dev