Skip to content

A Flutter-based job finder application that helps users search and apply for jobs efficiently. The app integrates a user-friendly interface with advanced features for seamless job browsing and application.

Notifications You must be signed in to change notification settings

Ruchan10/theJobFinder

Repository files navigation

The Job Finder

The Job Finder is a mobile application designed to simplify the job search process for job seekers and provide an efficient platform for employers to post vacancies and review potential candidates. Built using Flutter and Firebase, it leverages the MVVM architecture for scalability and maintainability and integrates Riverpod for state management.

Table of Contents


Introduction

The Job Finder addresses the challenges of traditional job-hunting by providing a centralized, user-friendly platform where:

  • Job seekers can search, filter, and apply for job opportunities.
  • Employers can post jobs, browse resumes, and connect with qualified candidates.

This project is designed to bridge the gap between job seekers and employers by utilizing modern technologies like cloud computing and big data analytics.


App Screens

| | |

| | |

| | |


Features

  1. Job Search

    • Search jobs by location, industry, salary, and job type.
    • Save preferences for personalized job alerts.
  2. Job Posting

    • Employers can post job vacancies and view resumes.
    • Review and manage applicant information.
  3. Resume Upload

    • Job seekers can upload and update resumes for employers to review.
  4. Notifications

    • Users receive notifications for new job postings or updates on their applications.
  5. User Profiles

    • Create and manage detailed profiles for both employers and job seekers.
  6. Filter and Sorting

    • Filter jobs by criteria like brand, price range, gender, and more.
    • Sort results by recent postings, highest reviews, or lowest prices.

Tech Stack

  • Frontend: Flutter (Dart)
  • Backend: Firebase (Firestore, Authentication, Cloud Functions)
  • State Management: Riverpod
  • Architecture: MVVM (Model-View-ViewModel)
  • Version Control: GitHub

App Architecture

This app follows the MVVM Design Pattern to ensure a clear separation of concerns:

  • Model: Handles data and business logic.
  • ViewModel: Acts as a mediator between the Model and View.
  • View: Displays the data to the user and interacts with the ViewModel.

For state management, Riverpod is used to:

  • Handle dynamic updates in UI.
  • Manage user preferences and job data efficiently.

Setup and Installation

Prerequisites

  1. Install Flutter.
  2. Set up a Firebase project and configure it for your app:
    • Enable Authentication.
    • Set up Firestore for job data.
    • Download the google-services.json file and place it in android/app.

Steps

  1. Clone the repository:
    git clone https://github.com/SoftwaricaCollege/final-assignment-Ruchan10.git
    
  2. Navigate to the project directory:
    cd final-assignment-Ruchan10
    
  3. Install dependencies:
    flutter pub get
    
  4. Run the app:
    flutter run
    

How to Use

  1. Job Seekers:

    • Sign up and complete your profile.
    • Search and filter jobs using the Discover page.
    • Apply for jobs and upload your resume.
  2. Employers:

    • Sign up as an employer and post job vacancies.
    • Browse resumes and communicate with applicants.

Roadmap

  1. Phase 1 (Complete):

    • Basic UI development.
    • Integration with Firebase for authentication and data storage.
  2. Phase 2 (In Progress):

    • Implement sorting and filtering options.
    • Replace dummy data with real-time Firestore data.
  3. Phase 3 (Future Enhancements):

    • Add premium features for job seekers and employers.
    • Integrate advanced analytics for job recommendations.

📥 Download

  1. Navigate to the Releases section of this repository.
  2. Download the latest demo APK.
  3. Install the APK on your Android device to explore the app.

Acknowledgments

  • Figma Design: Provided .fig file as a blueprint.
  • Firebase: Backend support for authentication and data handling.
  • Flutter Community: For state management solutions like Riverpod.

Feel free to contribute, report issues, or provide feedback on the GitHub repository.


About

A Flutter-based job finder application that helps users search and apply for jobs efficiently. The app integrates a user-friendly interface with advanced features for seamless job browsing and application.

Resources

Stars

Watchers

Forks

Packages

No packages published