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.
- 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
- 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.
Follow these steps to run OrbitDesk on your local machine.
git clone https://github.com/Pappyjay23/OrbitDesk.gitcd OrbitDesknpm installCreate a .env file in the root directory and add your Supabase credentials:
VITE_SUPABASE_URL=your_url_here
VITE_SUPABASE_ANON_KEY=your_key_hereRun the development server to view the app.
npm run devNow, you can navigate to http://localhost:5173/ to view the app.
npm run buildImplementation by @Pappyjay23