-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #104 from IamMuuo/dev
Dev v2.0.0 Complete
- Loading branch information
Showing
423 changed files
with
17,197 additions
and
6,654 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
# Miscellaneous | ||
*.db | ||
*.class | ||
*.lock | ||
*.log | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,81 @@ | ||
<img src="assets/icons/academia.png"> | ||
![Logo](assets/icons/academia.png) | ||
|
||
|
||
# Academia | ||
|
||
"Academia" is a 📱 mobile app 🎓🏫 exclusively designed for Daystar University students, tailored to streamline their academic experience. With Academia, Daystar students can effortlessly manage their class schedules 🗓️, assignments 📚, exams 📝, grades 📊, and more, all within a single, user-friendly platform. The app harnesses the power of 🚀 Flutter, a versatile mobile app SDK for building high-performance, cross-platform apps for iOS, Android, web, and desktop, all from a unified codebase. 📲 | ||
Academia is an open-source mobile application designed specifically for Daystar University students. | ||
|
||
|
||
## Features | ||
|
||
- Chirp - Daystar's social platform | ||
- Course Tracking | ||
- Student transcripts and audits | ||
- Flash Cards | ||
- Ai Study with me | ||
- Todos | ||
|
||
|
||
## Run Locally | ||
|
||
Please ensure that you have [Flutter](https://flutter.dev) installed on your machine | ||
|
||
Clone the project | ||
|
||
```bash | ||
git clone https://github.com/IamMuuo/academia.git | ||
``` | ||
|
||
Go to the project directory | ||
|
||
```bash | ||
cd academia | ||
``` | ||
|
||
Install dependencies | ||
|
||
```bash | ||
flutter pub get | ||
``` | ||
|
||
Run the application | ||
|
||
```bash | ||
flutter run | ||
``` | ||
|
||
|
||
## Documentation | ||
|
||
The application's source code is self documenting. For the backend the postman exports are also available on the `docs` folder. | ||
|
||
Incase of any query about documentated with inline comments you can always reach out to any of the project maintainers or DITA for more information | ||
|
||
Academia is powered by magnet for scraping data | ||
## Authors | ||
|
||
## Features 🔥🚀 | ||
- [@Erick](https://www.github.com/iammuuo) | ||
|
||
📅 **Schedule:** Keep track of all your classes and lectures with the built-in calendar. | ||
## Screenshots | ||
|
||
📝 **Assignments:** Track all your assignments and their deadlines in one place. | ||
![App Screenshot](screenshots/shot.png) | ||
|
||
📚 **Course Material:** Access all your course material in one place, including lecture notes, PDFs, and videos. | ||
|
||
📈 **Grades:** Keep track of your grades throughout the semester. | ||
## Contributing | ||
|
||
💬 **Announcements:** Stay up-to-date with the latest announcements from your school or professor. | ||
Contributions are always welcome! | ||
|
||
🔔 **Reminders:** Get notified about upcoming assignments, exams, and other important events. | ||
See `contributing.md` for ways to get started. | ||
|
||
## Screenshots 📷 | ||
Please adhere to this project's `code of conduct`. | ||
|
||
![Screenshot](screenshots/shot.png) | ||
|
||
## Getting Started 🚀 | ||
## Support | ||
|
||
1. Install [Flutter](https://flutter.dev/docs/get-started/install). | ||
2. Clone this repository: `git clone https://github.com/IamMuuo/academia.git` | ||
3. Install dependencies: `flutter pub get` | ||
4. Run the app: `flutter run` | ||
For support, you can open a github issue or mail dita@daystar.ac.ke | ||
|
||
## Contributing 🤝 | ||
We would really appreciate if you reported bugs or even made features for you and your fellow students to use and enjoy! | ||
|
||
Contributions are always welcome! If you have any ideas or suggestions, please open an issue or submit a pull request. For more information, please see [CONTRIBUTING.md](CONTRIBUTING.md). | ||
## License | ||
|
||
## License 📝 | ||
[MIT](https://choosealicense.com/licenses/mit/) | ||
|
||
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 0 additions & 25 deletions
25
android/app/src/main/java/io/flutter/app/FlutterMultiDexApplication.java
This file was deleted.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
android/app/src/main/kotlin/com/dita/academia/MainActivity.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
package com.dita.academia | ||
|
||
import io.flutter.embedding.android.FlutterActivity | ||
import io.flutter.embedding.android.FlutterFragmentActivity | ||
|
||
class MainActivity: FlutterActivity() | ||
class MainActivity: FlutterFragmentActivity() |
6 changes: 0 additions & 6 deletions
6
android/app/src/main/kotlin/com/example/academia/MainActivity.kt
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-134 KB
(22%)
android/app/src/main/res/drawable-night-hdpi/android12splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-65 KB
(26%)
android/app/src/main/res/drawable-night-mdpi/android12splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-205 KB
(21%)
android/app/src/main/res/drawable-night-xhdpi/android12splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-393 KB
(20%)
android/app/src/main/res/drawable-night-xxhdpi/android12splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-524 KB
(23%)
android/app/src/main/res/drawable-night-xxxhdpi/android12splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-524 KB
(23%)
android/app/src/main/res/drawable-xxxhdpi/android12splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.