A full-stack web app that analyzes the performance and HTTP headers of any URL in real time.
- Frontend: React
- Backend: Node.js + Express
- HTTP Client: Axios
- Analyze response time of any URL
- View HTTP status codes, server info, and cache headers
- Detect CDN/Akamai cache status via
x-cacheheaders - Clean dark UI with color-coded metrics
cd server
npm install
node index.jscd client
npm install
npm start