Skip to content

Next js app for analysing HAR (HTTP Archive) files used by several HTTP session tools to export the captured data.

Notifications You must be signed in to change notification settings

franciscofunes/har-visualizer

Repository files navigation

Analyzing .har Files Web App

Welcome to our web application for analyzing .har (HTTP Archive) files! This project is built with Next.js, a powerful React framework for building server-side rendered and statically generated web applications.

Getting Started

To get started with this project, follow these steps:

  1. Clone the repository to your local machine:
git clone <repository-url>
  1. Navigate to the project directory:
cd <project-directory>
  1. Install dependencies using npm, yarn, pnpm, or bun:
npm install
  1. Run the development server:
npm run dev
  1. Open http://localhost:3000 in your browser to see the result.

You can start exploring and using the application to analyze your .har files right away!

Features

  • Upload .har Files: Upload your .har files to analyze HTTP requests and responses.
  • Visualize Data: Visualize performance metrics and insights from your .har files.
  • Export to Excel: Export analyzed data to Excel for further analysis or reporting.

Learn More

To learn more about Next.js, take a look at the following resources:

You can also check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About

Next js app for analysing HAR (HTTP Archive) files used by several HTTP session tools to export the captured data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published