A modern event management web app built with Next.js, React Bits, and MongoDB Atlas.
Register, create, and join events seamlessly — all in one place!
- 🔐 User Registration & Authentication – Sign up, log in, and manage your profile.
- 🎟️ Create Events – Organizers can easily create and manage events.
- 📝 Register for Events – Users can explore and register for upcoming events.
- 🎨 Beautiful UI – Designed using React Bits for a clean and modern interface.
- ☁️ Cloud Database – Data is securely stored in MongoDB Atlas.
- ⚡ Deployed on Vercel – Fast, reliable, and globally available.
- Framework: Next.js (App Router)
- Frontend: React Bits, Tailwind CSS
- Database: MongoDB Atlas
- Deployment: Vercel
To run this project locally, follow these steps:
git clone <your-repo-url> cd evetly npm install npm run dev
Then open http://localhost:3000 in your browser.
evetly/ │ ├── app/ │ ├── page.tsx # Main landing page │ ├── events/ # Event-related routes │ └── api/ # API routes for backend logic │ ├── components/ # Reusable UI components ├── lib/ # Utility functions and DB config ├── public/ # Static assets └── styles/ # Global styles
The app is live on Vercel. The easiest way to deploy your own instance is via the Vercel platform:
vercel deploy
Developed by Shubh 💡
If you like this project, consider giving it a ⭐ on GitHub!


