A minimalist, cyberpunk-inspired personal dashboard built with React and Vite.
- Customizable Links: Add, edit, reorder, and delete shortcuts with a rich icon pack.
- Live Market Data: Real-time tracking of crypto and stock assets (via Finnhub).
- Local Weather: Live weather updates for your location (via Open-Meteo).
- Quick Notes: A persistent scratchpad for your thoughts.
- Secure: All settings and data are stored locally in your browser (
localStorage). No external database required. - Responsive: Fully mobile-friendly with a dense, auto-fitting grid layout.
-
Clone the repo
git clone https://github.com/59n/zerobyte-dashboard.git cd zerobyte-dashboard -
Install dependencies
npm install
-
Run locally
npm run dev
Click the Gear Icon (top right) to configure:
- Weather: Set your Latitude and Longitude.
- Markets: Enter your Finnhub API Key (free) and choose up to 3 tickers (e.g.,
AAPL,BINANCE:BTCUSDT).
This project is ready for Netlify. The public/_redirects file is included for SPA routing support.
- Push to GitHub.
- Import project in Netlify.
- Build command:
npm run build - Publish directory:
dist
MIT
