Official website for TechThrive 2026, an internal hackathon initiative by CodeX Club, Quantum University, under the Department of CSE & Computer Applications.
🌐 Live Website: techthrive.qucodex.com
TechThrive 2026 is a modern, responsive web platform for Quantum University's internal SIH qualification hackathon.
The website provides participants with event information, rules, evaluation criteria, problem statements, timelines, FAQs, previous editions, and registration access.
- React 19
- Vite
- React Router 7
- Tailwind CSS 4
- Framer Motion
- Lucide React
- AWS Amplify
- Responsive event landing page
- Animated UI and page transitions
- Event timeline and important dates
- Rules and eligibility information
- SIH problem themes showcase
- Previous winners section
- Prizes & recognition section
- FAQ section
- Responsive navigation
- Mobile-friendly design
This repository follows a monorepo structure.
.
├── frontend/
│ ├── public/
│ ├── src/
│ ├── index.html
│ ├── package.json
│ └── vite.config.*
│
├── .gitignore
├── README.md
└── LICENSE
The frontend application is contained inside the frontend/ directory.
- Node.js 18+
- npm
git clone https://github.com/QuCodeXClub/TechThrive.git
cd TechThrivecd frontend
npm installnpm run devThe frontend will be available at:
http://localhost:5173
From the frontend/ directory:
npm run buildTo preview the production build locally:
npm run preview| Command | Description |
|---|---|
npm run dev |
Start the Vite development server |
npm run build |
Create a production build |
npm run preview |
Preview the production build locally |
The frontend is deployed using AWS Amplify.
The production application is available at:
https://techthrive.qucodex.com
The frontend build is generated with:
npm run buildCodeX Club Department of CSE & Computer Applications Quantum University
This project is licensed under the GNU General Public License v3.0 (GPL-3.0).
See the LICENSE file for the full license text.
© 2026 CodeX Club · Quantum University