A comprehensive web platform for BIM/BITM students of St. Xavier's College, Maitighar, built with Astro and Bun.
BITM+ is an open-source initiative designed to support BIM/BITM students throughout their academic journey. The platform serves as a centralized hub for essential resources including cover page generation, semester-wise notes, and class routines.
- 📄 Cover Page Generator - Create professional cover pages for assignments, lab reports, and projects
- 📚 Notes Repository - Access study materials for semesters 1-8
- ⏰ Class Routines - View semester-wise class schedules
- 👥 Community Driven - Open for contributions from students, especially freshers learning web development
Our mission is twofold:
- Provide valuable resources to BIM/BITM students across Nepal
- Create a practical learning opportunity for freshers, to understand real-world web development, hosting, and open-source contribution
- Framework: Astro
- Runtime: Bun
- Styling: Tailwind CSS
- Components: Shadcn
- Deployment: Cloudflare Pages
- Bun (v1.0.0 or higher)
- Basic knowledge of HTML/CSS/JavaScript
- Clone the repository
git clone https://github.com/JugalShrestha/bitm_plus.git
cd bitm-plus- Install dependencies
bun install- Start the development server
bun run dev