💫 You can edit events see the preview
Here is the created event link - https://event-m-lemon.vercel.app/event/6935b77cbba1e3e9a9b5986e
Event-M is a modern full-stack web application that allows users to create, customize, and manage events, automatically generate a dynamic landing page for each event, collect user registrations with interest selection, and manage all data through a centralized admin dashboard.
🌐 Live Demo:
https://event-m-lemon.vercel.app/
- Dynamic event creation system
- Auto-generated event landing pages
- Custom registration forms
- edit the event add speakers
- User interest selection
- Real-time data storage
- Centralized admin dashboard
- Secure authentication
- Responsive mobile-first UI
- React with js
- Tailwind CSS
- Node.js
- Express.js
- MongoDB
- Mongoose
- Vercel
git clone https://github.com/your-username/event-m.git
cd event-mFrontend:
cd client
npm installBackend:
cd server
npm installCreate a .env file inside server/:
PORT=3000 | "whatever you want"
JWT_SECRET_KEY=
NODE_ENV=DEVELOPMENT
MONGODB_URL=
CLOUDINARY_CLOUD_NAME=
CLOUDINARY_API_KEY=
CLOUDINARY_API_SECRET=
Backend:
cd server
npm run devFrontend:
cd client
npm run devMIT License – free to use and modify.
Built with ❤️ by Vishal Pandey
If this project helped you, drop a ⭐ on the repository.