A modern, responsive website built for DevFest 2025 by GDG Patna. This repository powers the official event website, featuring speakers, agenda, guidelines, tickets, FAQs, badge generator, and more.
- ⚛️ React (Vite)
- 🎨 Tailwind CSS
- 🌐 React Router DOM
- 🔤 Custom Fonts
- 📦 Modular Components
- 🧭 Smooth scrolling + hash navigation
src/
│── assets/
│── components/
│ ├── Nav.jsx
│ ├── Hero.jsx
│ ├── Teams.jsx
│ ├── Faqs.jsx
│ ├── Footer.jsx
│ ├── ticket/
│ └── about/
│── pages/
│ ├── Home.jsx
│ ├── Guidelines.jsx
│ ├── Badge.jsx
│ ├── NotFound.jsx
│── App.jsx
│── main.jsx
| Route | Description |
|---|---|
/ |
Homepage |
/guideline |
Event guidelines |
/badge |
Badge generator |
/partners |
Event partners |
* |
Custom 404 page |
git clone https://github.com/gdg-patna/devfest25.git
cd devfest25npm installnpm run devnpm run buildnpm run preview- Push code to GitHub
- Go to https://vercel.com
- Import the repo
- Framework: Vite
- Deploy
npm run buildUpload the /dist folder or connect GitHub repo.
---90
-
Navigate between all routes
-
Test hash links like
/#about,/#faq -
Verify smooth scrolling
-
Test badge generation page
-
Validate 404 page appearance
-
Check responsive behavior on:
- Desktop
- Tablet
- Mobile
We welcome contributions!
git checkout -b feature/your-featuregit commit -m "feat: add new feature"git push origin feature/your-featureDescribe your changes clearly.
This project is released under the MIT License.
See the LICENSE file for details.
- ❤️ Google Developer Groups (GDG) Community
- 🚀 Contributors & Volunteers
- 🎨 TailwindCSS & React teams
- 🌍 DevFest Community worldwide
