ExamTime Android is a mobile application designed to facilitate exam preparation by providing a centralized platform for accessing and contributing study notes in PDF format. Whether you're a student looking for study materials or someone willing to contribute by sharing your notes, ExamTime Android aims to make exam preparation more efficient and collaborative.
To contribute to this Android project, you should be familiar with the following technologies:
- Flutter
- Dart
You can start contributing with knowledge of Flutter and Dart.
To set up the development environment for ExamTime Android, follow these steps:
-
Clone the project repository:
git clone https://github.com/Yashshukla11/ExamTime_android.git
-
Navigate to the project directory:
cd ExamTime_android
-
Navigate to the app directory:
cd app
-
Install Flutter dependencies:
flutter pub get
-
Run the Flutter app:
flutter run
Contributions to ExamTime Android are welcome! Here's how you can contribute:
[Note: Always create a new branch for a new PR]
Before you start coding, create a new branch for your work. This keeps your changes separate from the main codebase and makes it easier to merge your changes later.