Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.02 KB

README.md

File metadata and controls

44 lines (28 loc) · 1.02 KB

Job Interview Assistant

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.

image

Getting Started

  1. Clone the repository.
git clone https://github.com/username/job-interview-assistant.git
  1. Install the dependencies.
flutter packages get
  1. Create a Firebase project and add the necessary configuration information to lib/main.dart.

  2. Run the app.

flutter run

Features

  • Add new interviews
  • View existing interviews
  • Delete interviews

Built With

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details