An open API service indexing awesome lists of open source software.

https://github.com/holbiwan/timeless

Timeless is a mobile app built with Flutter that helps candidates discover digital/tech jobs across Europe. It focuses on fast search, clean UX, and simple onboarding (Google, Email/Password, or Guest Mode).
https://github.com/holbiwan/timeless

android-application android-studio dart firebase firebase-cli firebase-database firebase-storage flutter google

Last synced: 4 months ago
JSON representation

Timeless is a mobile app built with Flutter that helps candidates discover digital/tech jobs across Europe. It focuses on fast search, clean UX, and simple onboarding (Google, Email/Password, or Guest Mode).

Awesome Lists containing this project

README

          

# πŸš€ Timeless
"Bringing The Gap With Timeless Talent"


πŸ‘‰ Visit the Landing Page


Timeless logo
Β Β Β 
Timeless QR code


Digital job search β€” Find, Apply & Grow.


I am still learning and developing my skills. This project is under construction.


Flutter
Firebase
Platform
Status

## πŸ“Έ Screenshots (mini preview of the app pages)



First screen


Create account


Dashboard


Find my matches



Matching system


Notifications

## 🎬 Demo (click on image below)



Demo thumbnail

## πŸ› οΈ Project Structure (main folders)

```bash
timeless/
β”œβ”€β”€ android/ # Android settings
β”œβ”€β”€ ios/ # iOS settings
β”œβ”€β”€ assets/ # Images, icons, demo data
β”œβ”€β”€ lib/ # Main app code
β”‚ β”œβ”€β”€ api/ # Data services
β”‚ β”œβ”€β”€ common/ # Reusable widgets
β”‚ β”œβ”€β”€ screen/ # App screens
β”‚ β”œβ”€β”€ service/ # Features (auth, storage…)
β”‚ β”œβ”€β”€ utils/ # Helpers, constants
β”‚ └── main.dart # Entry point
β”œβ”€β”€ test/ # Tests
└── web/ # Web settings
```

## πŸ› οΈ Tech Stack
- **Frontend**: Flutter (Dart)
- **Backend**: Firebase (Auth, Firestore, Storage, Cloud Functions)
- **State Management**: GetX
- **Platforms**: Android, iOS

| πŸš€ Service | πŸ“ Purpose |
| ------------------------ | ------------------------------------- |
| πŸ” **Firebase Auth** | Login / Signup |
| πŸ“Š **Firestore** | Job data, user profiles, applications |
| πŸ“ **Firebase Storage** | CVs and profile pictures |
| πŸ”” **Notifications** | Real-time alerts & updates |
| πŸ’Ύ **SharedPreferences** | Local settings and tokens |

## 🚧 Installation

```bash
# Clone the repository
git clone https://github.com/ton-compte/timeless.git

# Move into the project folder
cd timeless

# Install dependencies
flutter pub get

# Run on a connected device or emulator
flutter run
```

## πŸ“œ License
This project is licensed under the MIT License.