NisitKU Lite is a mobile application designed for educational purposes, tailored specifically to meet the needs of students like myself and my friends. Inspired by the original NISITKU app, NisitKU Lite offers improved UI performance and includes only the most essential tools that we find important.
- Offline Functionality: Features available offline for convenience and reliability.
- Personal Information: Access your student profile, including student ID, name, status, faculty, major, and advisor info.
- Class Schedule: Easily view your weekly class schedule.
- Student ID Card: View both sides of your student ID card with KULINET Barcode.
- Library Card: View your library card with student ID and membership barcode details.
- Check-In System: Check in to classes and events with QR codes or manual codes, with a history of check-ins.
Feature | Screenshot |
---|---|
Login | |
Home | |
Student Card | |
Check In | |
Class Schedule |
To be announced (TBA).
Stay tuned for detailed instructions on installing NisitKU Lite on your mobile device.
Follow these steps to set up the development environment for NisitKU Lite:
Open your terminal and clone the repository using the following command:
git clone https://github.com/c095c095/NisitKU-Lite.git
Change into the project directory:
cd NisitKU-Lite
Ensure you have Flutter installed on your machine. Then, install the necessary dependencies:
flutter pub get
Note: If you haven't set up Flutter yet, please follow the Flutter installation guide for your operating system.
To launch the application on an emulator or a connected device, run:
flutter run
Tip: Make sure your device is connected, or an emulator is running. Use
flutter devices
to list available devices.
We welcome contributions to NisitKU Lite! Here's how you can help:
-
Fork the repository.
-
Create a new branch:
git checkout -b feature/YourFeatureName
-
Make your changes and commit them:
git commit -m "Add your message here"
-
Push to the branch:
git push origin feature/YourFeatureName
-
Open a pull request to the
master
branch of the original repository.
Guidelines: Please ensure that your code adheres to our coding standards and includes relevant tests where applicable.
NisitKU Lite is licensed under the MIT License. See the LICENSE file for more information.