Domain Info is a Web Application to get the WHOIS and DNS details of a domain.
You can access the application live at https://domain-info-abhishek.netlify.app
- Node.js installed on local machine.
- Perform Whois lookup on a domain name.
- Perform DNS lookup on a domain name.
- Displays the information in an easy-to-read format.
- Feature to copy data to clipboard via single click.
- User can see the Explored URLs history.
- It's an PWA (Progressive Web App) and can be installed on mobile devices.
-
Clone the repository:
git clone https://github.com/abhi-soni/domain-info.git
-
Change directory:
cd domain-info
-
Install dependencies:
npm install
-
Start the server:
npm run dev
-
Open
http://localhost:5173
in your browser to view the app.
- Select Whois or DNS tab from the navigation bar.
- Enter a valid domain name in the search bar.
- Click on the "Submit" button to fetch the information.
- The information will be displayed on the screen.
- User can click on the "Copy" Icon to copy the information to clipboard.
- Access the "History" tab to see the Explored URLs history.
Contributions are welcome. Feel free to open a pull request or branch from this repo.