This is a simple Network Utility application built with React and Vite. It retrieves and displays information from a given URL.
- Fetch data from a URL
- Display HTML, CSS, JS, images, XHR, and document data from the URL
- Node.js (>=14.x.x)
- npm (>=6.x.x) or yarn (>=1.x.x)
Follow these instructions to set up and run the project on your local machine.
First, clone the repository from GitHub:
git clone https://github.com/your-username/network-utility.git
cd network-utility
npm i
npm run server or node index.js