Network Utility

This is a simple Network Utility application built with React and Vite. It retrieves and displays information from a given URL.

Features

  • Fetch data from a URL
  • Display HTML, CSS, JS, images, XHR, and document data from the URL

Prerequisites

  • Node.js (>=14.x.x)
  • npm (>=6.x.x) or yarn (>=1.x.x)

Getting Started

Follow these instructions to set up and run the project on your local machine.

Clone the Repository

First, clone the repository from GitHub:

git clone https://github.com/your-username/network-utility.git
cd network-utility

Install dependecials

npm i

run command

npm run server or node index.js