A modern student portal for GECians, built with Next.js and designed to run on edge platforms like Cloudflare Workers.
This app helps students manage complaints, expenses, projects, hackathons, and more—all in one place.
- 📋 Complaint management system
- 💸 Expense tracker
- 🤝 Project collaboration
- 🏆 Hackathon info & links
- 🔗 Quick access buttons to external student resources
- 🗂 Tabs and cards UI
- ⚡ Edge runtime compatible (Cloudflare Workers)
- 🖋️ Modern design with Geist
- 🔒 TypeScript for safety
Clone the repo and install dependencies:
git clone https://github.com/shadilrayyan/gecian_hub.git
cd gecian_hub
npm install
Run the development server:
npm run dev
Open http://localhost:3000 in your browser.
- Edge API routes are compatible with Cloudflare Workers.
- For persistent storage, use Cloudflare KV or D1.
Pull requests and issues are welcome!
See CONTRIBUTING.md for guidelines.
This project is licensed under the MIT License.