Skip to content

A lightweight mobile application for students, inspired by the original NISITKU app, offering improved UI performance and essential educational tools.

License

Notifications You must be signed in to change notification settings

c095c095/NisitKU-Lite

Repository files navigation

NisitKU Lite

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.

Table of Contents

Features

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

Screenshots

Feature Screenshot
Login Login
Home Home
Student Card Student Card
Check In Check In
Class Schedule Class Schedule

Installation

Mobile Installation

To be announced (TBA).

Stay tuned for detailed instructions on installing NisitKU Lite on your mobile device.

Development Installation

Follow these steps to set up the development environment for NisitKU Lite:

1. Clone the Repository

Open your terminal and clone the repository using the following command:

git clone https://github.com/c095c095/NisitKU-Lite.git

2. Navigate to the Project Directory

Change into the project directory:

cd NisitKU-Lite

3. Install Dependencies

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.

4. Run the Application

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.

Contributing

We welcome contributions to NisitKU Lite! Here's how you can help:

  1. Fork the repository.

  2. Create a new branch:

    git checkout -b feature/YourFeatureName
  3. Make your changes and commit them:

    git commit -m "Add your message here"
  4. Push to the branch:

    git push origin feature/YourFeatureName
  5. 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.

License

NisitKU Lite is licensed under the MIT License. See the LICENSE file for more information.


About

A lightweight mobile application for students, inspired by the original NISITKU app, offering improved UI performance and essential educational tools.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published