Skip to content

Bagusbimawan/mobile-absensi-siswa

Repository files navigation

SMK Bakthi Idhata Student Attendance Mobile App

A mobile application for student attendance at SMK Bakthi Idhata. This app allows teachers to easily and efficiently record student attendance using mobile devices.

Features

  • Student List: Displays a list of students registered in the class.
  • Attendance: Teachers can record student attendance with statuses such as present, excused, or sick.
  • Attendance History: Displays the attendance history of students.

Technologies Used

  • Frontend: React Native
  • Backend: Node Js with Ellysia
  • Database: Supabase

Installation

Prerequisites

  • Node.js,Bun and Bun installed on your computer.
  • Android Studio or Xcode installed to run the emulator.

Steps

  1. Clone this repository:

    git clone https://github.com/username/mobile-attendance-app.git
    cd mobile-attendance-app
  2. Install dependencies for both frontend and backend:

    cd frontend
    bun install
    
    
  3. Start the backend server:

    cd backend
    npm start
  4. Start the mobile application:

    cd frontend
    bun  start
  5. Open the emulator or connect your mobile device, then run the application:

    bun  run android
    // or for iOS
    bun  run ios

Contribution

We welcome contributions from anyone. If you want to contribute, please fork this repository and create a pull request with your changes.

  1. Fork this repository.
  2. Create a new feature branch (git checkout -b your-feature).
  3. Commit your changes (git commit -m 'Add feature ABC').
  4. Push to the branch (git push origin your-feature).
  5. Create a pull request.

Contact

If you have any questions or suggestions, please contact us at [email protected] / 0813-9371-6190


Thank you for using the SMK Bakthi Idhata student attendance app!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published