https://github.com/guitargnarr/meridian
React dashboard for PhishGuard ML phishing detection. Real-time URL analysis with threat scoring visualization.
https://github.com/guitargnarr/meridian
phishing-detection react security tailwindcss typescript
Last synced: 5 months ago
JSON representation
React dashboard for PhishGuard ML phishing detection. Real-time URL analysis with threat scoring visualization.
- Host: GitHub
- URL: https://github.com/guitargnarr/meridian
- Owner: guitargnarr
- License: mit
- Created: 2025-11-23T15:04:43.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2026-02-09T18:36:46.000Z (6 months ago)
- Last Synced: 2026-02-09T19:02:33.175Z (6 months ago)
- Topics: phishing-detection, react, security, tailwindcss, typescript
- Language: HTML
- Homepage: https://phishguard.projectlavos.com
- Size: 488 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Meridian
US economic data explorer with interactive map visualization. Live BLS and Census data across all 50 states.
[](https://meridian.projectlavos.com)
## Features
- Interactive SVG map with zoom, pan, and state selection
- 5 data overlays: Population, Income, Poverty, Employment, Gig Economy
- Metric cluster dots showing state-level economic indicators
- Choropleth coloring with gradient legends
- State detail panel with full economic breakdown
- County-level zoom detail with interstate highway overlay
## Data Sources
- **BLS** (Bureau of Labor Statistics) - Unemployment rates via LAUS API
- **Census Bureau** - Population, median income, poverty rates via ACS 5-Year
- Fallback to hardcoded state metrics when APIs are unavailable
## Tech Stack
- **Frontend:** Next.js 16 (App Router), D3.js, Tailwind CSS v4, TypeScript
- **Deployment:** Vercel
## Quick Start
```bash
git clone https://github.com/guitargnarr/meridian.git
cd meridian
npm install
npm run dev
```
Open [http://localhost:3000/explore](http://localhost:3000/explore)
## Deploy
```bash
npm run build
vercel --prod --yes
```
## Author
**Matthew Scott** - [Portfolio](https://projectlavos.com) | [GitHub](https://github.com/guitargnarr)
## License
MIT