Skip to content

Timeless is a mobile application built with Flutter that allows candidates to browse and apply to job opportunities directly from their phone, anytime and anywhere. Accessible job listings available at any hour, without constraints. The app focuses on fast search and simple through Google or Email/Password.

Notifications You must be signed in to change notification settings

DataSab/timeless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Timeless

(Job search mobile app)

Because opportunities don't wait...

Flutter Firebase Platform License

A Flutter job-search app powered by Firebase
Fast, accessible, and intuitive job applications anytime, anywhere

🎬 Watch Demo β€’ 🌐 Landing Page β€’ πŸ“± Screenshots

Timeless logo Timeless logo

Β Β Β 

πŸ“– Table of Contents

About

Timeless is a Flutter-based mobile application designed to simplify the job search and application process. Built with Firebase, it offers a seamless experience for both job seekers and employers.

✨ Highlights

  • πŸš€ Fast & Responsive - Optimized performance with GetX state management
  • πŸ”’ Secure Authentication - Firebase Auth with email and Google Sign-In
  • πŸ“± Cross-Platform - Works on Android and iOS
  • πŸ’Ό Dual User Roles - Separate experiences for candidates and employers

This is a school portfolio project using fictitious data for demonstration purposes.

🎬 Demo

πŸ“Ή Watch the Application in Action

Demo Video

Experience the complete user journey for both candidates and employers

πŸ“Έ Screenshots

🧭 Onboarding & Authentication


Splash Screen

Login

πŸ‘€ Candidate Experience


Candidate Login

Job Feed

🏒 Employer Experience


Employer Login

Employer Dashboard

🎯 Key Features

For Job Seekers πŸ‘€

  • βœ… Smart Job Search - Filter by location, category, and type
  • βœ… Quick Apply - Submit applications with CV in seconds
  • βœ… Save Favorites - Bookmark jobs for later review
  • βœ… Track Applications - Monitor application status in real-time
  • βœ… Profile Management - Build and update your professional profile
  • βœ… Multi-language - Switch between EN, FR

For Employers 🏒

  • βœ… Post Jobs - Create and manage job offers easily
  • βœ… Review Applications - View CVs and candidate profiles
  • βœ… Manage Candidates - Track and update application statuses
  • βœ… Dashboard Analytics - Monitor job posting performance
  • βœ… Company Profile - Showcase your organization
  • βœ… Real-time Updates - Get notified of new applications

πŸ›  Tech Stack

Mobile Application

Flutter Dart Firebase GetX

Category Technology
Framework Flutter (Dart)
State Management GetX
Authentication Firebase Auth + Google Sign-In
Database Cloud Firestore
Storage Firebase Storage
Notifications Firebase Cloud Messaging (FCM)
Localization Easy Localization (EN, FR)
Local Storage SharedPreferences
File Handling File Picker

πŸ“ Project Structure

Click to expand project structure
timeless/
β”œβ”€β”€ android/              # Android configuration
β”œβ”€β”€ ios/                  # iOS configuration
β”œβ”€β”€ macos/                # macOS configuration
β”œβ”€β”€ web/                  # Web platform support
β”‚
β”œβ”€β”€ assets/               # Application assets
β”‚   β”œβ”€β”€ cv/               # Demo CV files
β”‚   β”œβ”€β”€ icons/            # App icons
β”‚   β”œβ”€β”€ images/           # Images and logos
β”‚   β”œβ”€β”€ screenshots/      # App screenshots
β”‚   β”œβ”€β”€ translations/     # i18n files (en, fr, es)
β”‚   └── jobs.json         # Demo job data
β”‚
└── lib/                  # Main Flutter source code
    β”œβ”€β”€ api/              # API clients and services
    β”œβ”€β”€ common/           # Reusable widgets
    β”œβ”€β”€ config/           # App configuration
    β”œβ”€β”€ controllers/      # GetX controllers
    β”œβ”€β”€ models/           # Data models
    β”‚   β”œβ”€β”€ job_offer_model.dart
    β”‚   β”œβ”€β”€ user_model_unified.dart
    β”‚   └── application_model.dart
    β”œβ”€β”€ screen/           # UI screens
    β”‚   β”œβ”€β”€ auth/         # Authentication
    β”‚   β”œβ”€β”€ candidate/    # Candidate screens
    β”‚   β”œβ”€β”€ employer/     # Employer screens
    β”‚   β”œβ”€β”€ dashboard/    # Dashboards
    β”‚   └── profile/      # Profile management
    β”œβ”€β”€ services/         # Core services
    β”‚   β”œβ”€β”€ auth_service.dart
    β”‚   β”œβ”€β”€ job_service.dart
    β”‚   └── notification_service.dart
    β”œβ”€β”€ utils/            # Utilities and helpers
    β”œβ”€β”€ widgets/          # Shared widgets
    └── main.dart         # App entry point

πŸš€ Quick Start

Prerequisites

  • Flutter SDK 3.x or higher
  • Dart 3.0 or higher
  • Android Studio
  • Firebase project (for authentication and database)

Installation

git clone https://github.com/Holbiwan/timeless.git
cd timeless
flutter pub get
flutter run

βš™οΈ Firebase Setup

⚠️ Important: Firebase configuration files are not included for security reasons.

You need to:

  1. Create a Firebase project at console.firebase.google.com
  2. Add your Android/iOS apps to the Firebase project
  3. Download and add configuration files:
    • google-services.json β†’ android/app/
    • GoogleService-Info.plist β†’ ios/Runner/
    • firebase_options.dart β†’ lib/

πŸ§ͺ Testing

The project includes 7 unit tests covering core data models.

Run all tests
flutter test

Run tests with coverage
flutter test --coverage

Test Coverage

Model Tests Coverage
JobOfferModel 4 Creation, display formatting, salary, copyWith
UserModel 3 Creation, display name, saved jobs

πŸ“„ License

This project is licensed under the MIT License.

🌟 Made with Flutter and Firebase

Built as a school portfolio project

Landing Page


About

Timeless is a mobile application built with Flutter that allows candidates to browse and apply to job opportunities directly from their phone, anytime and anywhere. Accessible job listings available at any hour, without constraints. The app focuses on fast search and simple through Google or Email/Password.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages