A stunning, production-ready hackathon website for Open Source Weekend — built with React, TypeScript, Tailwind CSS, and Lucide icons.
Empowering developers, fostering collaboration, and celebrating open source innovation.
- ⚡ Modern UI: Beautiful, responsive design with glassmorphism, neon accents, and smooth animations.
- 🧑💻 React + TypeScript: Robust, type-safe codebase for maintainability and scalability.
- 🎨 Tailwind CSS: Rapid styling with utility-first classes and custom animations.
- 🏆 Lucide Icons: Crisp, consistent icons for a professional look.
- 📅 Events, Partners, Contact: Dynamic sections for hackathon events, sponsors, and community engagement.
- 🔔 Toast Notifications: User feedback for forms and actions.
- 🌙 Dark Mode: Sleek, accessible dark theme by default.
# 1. Install dependencies
npm install
# 2. Start the development server
npm run dev
# 3. Build for production
npm run build
# 4. Preview the production build
npm run preview
# 5. Type-check the codebase
npm run typecheck
# 6. Lint the code
npm run lintgeminiwarriros/
├── src/
│ ├── components/ # UI Sections (Navbar, Hero, About, Events, Partners, Contact, Footer)
│ ├── styles/ # Custom animations and effects
│ ├── App.tsx # Main app layout
│ └── main.tsx # Entry point
├── public/ # Static assets (add your images/logos here)
├── index.html # HTML template
├── tailwind.config.js # Tailwind configuration
├── vite.config.ts # Vite configuration
└── ...
Coming soon!
We welcome contributions!
Feel free to fork, submit pull requests, or open issues to improve the project.
Made with ❤️ by Gemini Warriors
Inspired by the open source community.

