This is the frontend for the Gas Fee Analyzer web app.
It provides a beautiful UI for viewing live gas prices, visualizing historical trends, and tracking gas fee estimates.
- 🔁 Live gas fee updates via WebSocket
- 📈 Historical gas price charts
- 🕒 Countdown to next update (synced with backend cron)
- 🌐 Multi-chain support (Ethereum, Polygon, Arbitrum, etc.)
- 📊 FAQ section
- Next.js (React + TypeScript)
- Tailwind CSS for styling
- Socket.io Client for WebSocket
- Recharts/Chart.js for graphs
- Zustand for global state (chain selection)
- Deployed on Vercel
cd frontend
npm install
cp .env.local.example .env.local