Skip to content

Pappyjay23/OrbitDesk

Repository files navigation

🛰️ OrbitDesk

Your command center for global work.

🌟 Overview

OrbitDesk is a specialized digital dashboard designed to bridge the gap in cross-border work management. Built for the modern global professional, it serves as a centralized hub for tracking international projects while providing essential financial tools—including real-time currency converters and exchange rate trackers—to manage global earnings seamlessly.

The project focuses on efficiency and accessibility, utilizing a Progressive Web App (PWA) architecture to ensure that your workspace is available anytime, anywhere, even offline.

Snapshot 📸

Screenshot (20)

🛠 Tech Stack

  • React – Core UI library for building a dynamic, component-based dashboard.
  • Vite - Next-generation frontend tooling for an ultra-fast development experience.
  • Supabase - Open-source Firebase alternative for authentication and real-time database management.
  • Tailwind CSS – Utility-first CSS framework for styling and responsive design
  • GSAP – Implementation of subtle, purposeful animations to enhance UX without distracting from productivity.
  • Vite-PWA – Transforming the web app into a high-performance Progressive Web App with offline capabilities.
  • Vercel – Hosting and deployment platform for seamless CI/CD

🚀 Key Features

  • Cross-Border Tracking: Manage workflows across different time zones and regions.
  • Financial Suite: Integrated currency conversion and live exchange rate tracking.
  • PWA Ready: Installable on desktop and mobile for a native-app feel.
  • Real-time Sync: Powered by Supabase to keep your data updated across all devices.

How to run locally 💻

Follow these steps to run OrbitDesk on your local machine.

Clone this repository

git clone https://github.com/Pappyjay23/OrbitDesk.git

Navigate to the directory

cd OrbitDesk

Install Dependencies

npm install

Environment Setup

Create a .env file in the root directory and add your Supabase credentials:

VITE_SUPABASE_URL=your_url_here
VITE_SUPABASE_ANON_KEY=your_key_here

Run

Run the development server to view the app.

npm run dev

Now, you can navigate to http://localhost:5173/ to view the app.

Build

npm run build

Credits ✍

Implementation by @Pappyjay23