Skip to content

Digital Fingerprint is an open-source web application that provides detailed information about a visitor's geographical and device-related data. It is built using Vite and React.

Notifications You must be signed in to change notification settings

Vivek563/Digital-FingerPrint

Repository files navigation

Digital Fingerprint

Digital Fingerprint Screenshot

Overview

Digital Fingerprint is an open-source web application that provides detailed information about a visitor's geographical and device-related data. It is built using Vite and React. With this project, you can easily gather information such as:

Geographical Data:

  • IP Address
  • City
  • Region
  • Country
  • ISP (Internet Service Provider)
  • Timezone
  • Postal Code
  • Location (Latitude and Longitude)

Device Details:

  • Browser
  • Browser Version
  • Operating System
  • CPU Architecture
  • Installed Fonts
  • Screen Resolution
  • Installed Plugins

Features

  • Easy-to-use web application.
  • Real-time data retrieval from the visitor.
  • Minimalistic design.
  • Built with modern web technologies.

Getting Started

To run the project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/Vivek563/Digital-FingerPrint.git
  2. Navigate to the project directory:

    cd Digital-FingerPrint
  3. Install dependencies:

    npm install
  4. Start the development server:

    npm run dev
  5. Open your browser and visit http://localhost:5173/


Contributing

We welcome contributions from the community! If you'd like to contribute to this project, please follow these guidelines:

  1. Fork the repository.

  2. Create a new branch for your feature or bug fix:

git checkout -b feature/your-feature-name
  1. Make your changes and commit them.

  2. Push your changes to your fork:

git push origin feature/your-feature-name
  1. Create a pull request on the original repository.

Please ensure your pull request description clearly describes your changes and their purpose. We'll review your contribution as soon as possible.

License

This project is licensed under the MIT License.

We hope this project is useful for you. If you have any questions, issues, or suggestions, please feel free to open an issue or reach out to us.

Happy coding!

About

Digital Fingerprint is an open-source web application that provides detailed information about a visitor's geographical and device-related data. It is built using Vite and React.

Resources

Stars

Watchers

Forks