JCT is a Flutter-based mobile application developed for the Jamnagar Municipal Corporation. It simplifies the process of public complaint reporting and status monitoring, aiming to enhance communication and efficiency in addressing civic issues.
-
Intuitive User Interface: Easily submit and track complaints. 📝
-
Secure Authentication: Utilize Firebase Authentication for a seamless registration and login experience. 🔒
-
Real-Time Updates: Store complaint data in Firebase Realtime Database for immediate access. ⏱️
-
Complaint Management: Categorize complaints and set urgency levels for better prioritization. ⚖️
-
SMS Notifications: Stay informed with updates on your complaint status. 📲
-
Escalation Workflow: Ensure complaints are directed to the appropriate authorities. 🔄
-
Complaint Tracking: Review, reopen, and manage your complaints effortlessly. 🔍
-
Automated Processes: Leverage Firebase Cloud Functions for efficient backend operations. ⚙️
-
File Storage: Optional integration with Firebase Cloud Storage for easy document handling. 📁
Ensure the following tools are installed on your machine:
- Flutter: Install Flutter
- Dart: Comes with Flutter, but ensure it's up-to-date:
dart --version
- Firebase CLI: Set up Firebase CLI to manage Firebase services.
- Flutter: 3.0+
- Dart: 2.18+
- Firebase Realtime Database
- Firebase Authentication
- Clone this repository:
git clone https://github.com/Jiggy9/JCT.git
-
Ensure Flutter and Dart are properly installed.
-
Set up Firebase for authentication and database as detailed in the project.
-
Run the app using Flutter commands:
flutter run
We welcome contributions! To contribute, please follow these steps:
- Fork the repository.
- Create your feature branch:
git checkout -b feature/YourFeature
- Make your changes and commit them:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature/YourFeature
- Open a pull request.
This project is licensed under the MIT License.
We would like to thank the Flutter and Firebase communities for their support in creating this app.
If you enjoy using JCT and want to support its development, please give this repository a star!