A stunning, responsive event discovery platform built with Next.js 13+ App Router, TypeScript, and Tailwind CSS. Explore curated tech, business, design, and community events across India with a beautifully crafted UI.
src/
โโโ app/
โ โโโ layout.tsx # Global layout
โ โโโ page.tsx # Landing page with filters and event cards
โ โโโ events/[id]/page.tsx # Dynamic route for each event
โโโ components/
โ โโโ EventCard.tsx # Reusable event UI card
โโโ data/
โ โโโ events.ts # Static JSON-like array of event objects
public/
โโโ event-images/ # All static images for events
git clone https://github.com/Krishi1211/event_management.git
cd events-explorer
npm install
npm run dev
Visit http://localhost:3000
in your browser.
public/event-images/
nextjs.jpg
react.jpg
aiml.jpg
startup.jpg
design.jpg
security.jpg
cloud.jpg
women-tech.jpg
hero.jpg
(optional for landing banner background)You can replace them with your own, just keep the filenames consistent.
Licensed under the MIT License.
Built with โค๏ธ by [Krishi Shah]
Feel free to reach out via krishishah1211@gmail.com