Skip to content

An app that lets you have that well deserved rest in between classes

License

Notifications You must be signed in to change notification settings

Ronak1801/classroom_scheduler_kotlin

 
 

Repository files navigation

Classroom Scheduler

An app that lets you have that well-deserved rest in between classes

classroom_scheduler

✨ Introduction

A beginner level app development project with a practical utility. The app lets one chosen student amongst the class students (like a class representative) create a room/hub for that class. That person will share a unique code which other students can use to join the hub. The CR(s) will have the admin rights to kick any unauthorized student who enters the hub using the code. All the participants will have to sign up using an email id (most probably their college/university email id). The CR will enter the time-table for the entire week and the contents will have an expiration date (flexible). An alarm clock will ring 5 mins before every scheduled class. The classes will be updated on the participants’ google calendar as well. The admins (CRs) will have the feature to put on important notifications (like out of the way scheduled classes) which will also ring the alarm to alert the rest of the participants.

✨ Requirements

  • Any Operating System (ie. MacOS X, Linux, Windows)
  • Any IDE installed (ie. IntelliJ, Android Studio, VSCode etc)
  • A little knowledge of Kotlin
  • A brain to think 🤓🤓

How to contribute to this project

Getting started

  • Fork this repository (Click the Fork button in the top right of this page, click your Profile Image)
  • Clone your fork down to your local machine
git clone git@github.com:The-Technocrats-NSUT/classroom_scheduler_kotlin.git
  • Create a branch
git checkout -b branch-name
  • Make your changes (choose from any task below)
  • Commit and push
git add .
git commit -m 'Commit message'
git push origin branch-name
  • Create a new pull request from your forked repository (Click the New Pull Request button located at the top of your repo)
  • Wait for your PR review and merge approval!
  • Star this repository if you had fun!

About

An app that lets you have that well deserved rest in between classes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%