Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 601 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 601 Bytes

NSUT Library App

This project is a Flutter-based mobile application developed to solve the queue management problem at NSUT (Netaji Subhas University of Technology) Library.

Features

  • Connect with Ims: To automatically fill data.
  • Queue History: Track your past entries for future reference.

Getting Started

  1. Clone the repository:
    git clone https://github.com/GDSC-NSUT/library-app```
  2. Navigate to the project directory:
    cd library-app```
  3. Install the dependencies:
    flutter pub get```
  4. Run the app:
    flutter run```