KUCC Mobile is an open-source cross-platform mobile application project for Kathmandu University Computer Club.
-
User Authentication
- Signin with Google
- Sign in with Apple
-
Profile
- ID Card
- Attended Workshop & Certificate
- Request for member role
- Get membership
-
KUCC and KUOSC Events Management
- Community Pages
- Events Listing
- Event RSVP Feature
- Event Calender
- Admin Panel for managing events ( For admins and community coordinators )
-
In Development:
flutter run --flavor development -t lib/main_development.dart
-
In Production:
flutter run --flavor production -t lib/main_production.dart
If you are using an IDE then refer to their respective documentation for custom launch configurations.
For VSCode: Read Docs
For Intellij: Read Docs
- Submit bugs and feature requests
- We also welcome code contribution to this project. To do the code contributions please follow these steps.
- Choose an existing issue labelled as help wanted, good first contribution, easy fix or create your own issue.
- Fork this repository.
- Clone the forked repository to your machine.
- Create a new branch named after the issue you're working on.
- Commit your changes, push the changes to GitHub.
- Open a pull request here
KUCC Mobile is BSD 3-Clause licensed, as found in the LICENSE file.