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).
- Host: GitHub
- URL: https://github.com/holbiwan/timeless
- Owner: Holbiwan
- License: mit
- Created: 2025-07-29T14:39:08.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-09-27T04:16:26.000Z (4 months ago)
- Last Synced: 2025-09-27T06:11:20.897Z (4 months ago)
- Topics: android-application, android-studio, dart, firebase, firebase-cli, firebase-database, firebase-storage, flutter, google
- Language: Dart
- Homepage:
- Size: 76.7 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# π Timeless
"Bringing The Gap With Timeless Talent"
Β Β Β
Digital job search β Find, Apply & Grow.
I am still learning and developing my skills. This project is under construction.
## πΈ Screenshots (mini preview of the app pages)
## π¬ Demo (click on image below)
## π οΈ 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.