Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 2.07 KB

README.md

File metadata and controls

59 lines (39 loc) · 2.07 KB

KUCC MOBILE

Build Status App Version GitHub Stars

KUCC Mobile is an open-source cross-platform mobile application project for Kathmandu University Computer Club.

Features ( PHASE 1 )

  • 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 )

How to run project?

  • 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

How to contribute?

  • 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

License

KUCC Mobile is BSD 3-Clause licensed, as found in the LICENSE file.