Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aiyu-ayaan/bit-app

Simple android app for BIT Lalpur students
https://github.com/aiyu-ayaan/bit-app

android cicd coil-kotlin compose-ui coroutines dynamic-theming hilt-android kotlin material-ui module-pattern mvvm-architecture navigation-component retrofit single-activity-pattern

Last synced: about 1 month ago
JSON representation

Simple android app for BIT Lalpur students

Awesome Lists containing this project

README

        

# BIT-App
An android application for the student of BIT Lalpur students to access [Erp](https://erp.bitmesra.ac.in/iitmsv4eGq0RuNHb0G5WbhLmTKLmTO7YBcJ4RHuXxCNPvuIw=?enc=iF6gEp4ArHiXP7jJ9QlgUyiC5t8GbTA5A/9xbk1Vtqk=)
and tools needed for BIT students.

![GitHub release](https://img.shields.io/github/v/release/aiyu-ayaan/BIT-App)
![GitHub](https://img.shields.io/github/license/IBM/dp-config-batch-import)
![Github Build](https://img.shields.io/github/actions/workflow/status/aiyu-ayaan/BIT-App/Build%20and%20Release.yml)
![Github Issue](https://img.shields.io/github/issues/aiyu-ayaan/BIT-App)
![Github Size](https://img.shields.io/github/repo-size/aiyu-ayaan/BIT-App)

![Preview alt](/preview.gif)

## Features
- Quick access to ERP. 
- Browse your syllabus. 
- Personalize your home screen based on your preferences. 
- Get notification of the latest news and events. 
- Manage your attendance and SGPA in one place. 
- Backup your data in the cloud. 
- Material 3 theming (light & dark) for complete customization.

## Contribute code
Anyone and everyone is welcome to contribute. Please take a moment to review
our [code of conduct](CODE_OF_CONDUCT.md)
You can use Git to clone
```
https://github.com/aiyu-ayaan/BIT-App.git
```
In order to develop the application, the essential component is the `google-services.json` file. To obtain this crucial file, please complete the form provided at the following link: [Form Link](https://docs.google.com/forms/d/e/1FAIpQLSdyDC_3ZNr8JhodGCgAyC_02Ba_p8pXtngEdBER1obwYx-4Qg/viewform?usp=sf_link).
This form submission will grant you the necessary access to the `google-services.json` file, facilitating the app development process.

Use this to build the app.

`On Mac/Linux`
```
./gradlew :bitapp:assembleInternalBetaDebug
```
`On Windows`
```
gradle :bitapp:assembleInternalBetaDebug
```

Here are a few contribution tips:
- You can use either Java or, preferably, Kotlin.
- Make sure your code is logical and well formatted. If using Kotlin, see [“Coding conventions” in the Kotlin documentation](https://kotlinlang.org/docs/coding-conventions.html).
- Make sure your code compiles by running the app.

## Quick Links
- [WEBSITE](https://bitbyaiyu.github.io/) `&` [REPO LINK](https://github.com/bitbyaiyu/bitbyaiyu.github.io)
- [JSON Rest API](https://bit-lalpur-app.github.io/BIT-App-Data/) `&` [REPO LINK](https://github.com/aiyu-ayaan/BIT-App-Data)
- [JOIN BETA TESTING](https://play.google.com/apps/testing/com.atech.bit)

## License
```
MIT License

Copyright (c) 2021 Ayaan

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```