A Flutter application that helps users keep track of their job interviews. It allows them to add, view, and delete interviews from a Firebase Firestore database.
- Clone the repository.
git clone https://github.com/username/job-interview-assistant.git
- Install the dependencies.
flutter packages get
-
Create a Firebase project and add the necessary configuration information to
lib/main.dart
. -
Run the app.
flutter run
- Add new interviews
- View existing interviews
- Delete interviews
- Flutter - The mobile app framework used
- Firebase Firestore - The database used
This project is licensed under the MIT License - see the LICENSE.md file for details