DevEvent is a Next.js-based web platform to discover, share, and explore developer events from around the world. It helps developers stay updated with hackathons, conferences, meetups, workshops, and online tech events across different domains.
DevEvent is built for developers who want a single place to:
- Discover upcoming developer events worldwide
- Share events with the community
- Explore events by category, tech stack, or location
- Stay connected with the global developer ecosystem
Whether you're a student, professional, or tech enthusiast, DevEvent makes event discovery simple and organized.
🌐 Global developer event discovery
📅 Event listing with date, location, and type
🔍 Search and filter events by category or tech stack
🧑💻 Community-driven event sharing
⚡ Fast and SEO-friendly Next.js architecture
📱 Fully responsive design
Framework: Next.js
Frontend: React, HTML, CSS
Styling: CSS / Tailwind (if applicable)
Backend: API routes / External APIs (optional)
Database: (Planned / Optional)
Deployment: Vercel / Netlify
- Clone the repository
git clone https://github.com/your-username/DevEvent.git
cd DevEvent
- Install dependencies
npm install
or
yarn install
- Run the development server
npm run dev
# or
yarn dev
Open http://localhost:3000 in your browser to see the app.
npm run build # Build for production
npm run start # Start production server
npm run lint # Run ESLint
- Contributions are welcome!
- Fork the repo
- Create your feature branch
- Commit your changes
- Push to the branch
- Open a Pull Request
This project is licensed under the MIT License. Feel free to use, modify, and distribute.
If you like this project, consider giving it a star ⭐ It helps the project grow and stay visible.
