Live Demo: urlcheck.debasisbiswas.me
A modern web application to scan and detect phishing URLs. Built with Next.js, TypeScript, and Tailwind CSS.
- Scan URLs for phishing threats (powered by VirusTotal API)
- Security policy API
- Responsive UI with modern components
- Built with Next.js, React, and Tailwind CSS
This project uses the VirusTotal API to scan and analyze URLs for phishing and malicious content.
- Node.js (v18 or later recommended)
- pnpm (or npm/yarn)
- Clone the repository:
git clone https://github.com/DebaA17/Phishing-url-checker.git cd phishing-url - Install dependencies:
pnpm install # or npm install # or yarn install
- Run the development server:
pnpm dev # or npm run dev # or yarn dev
- Open http://localhost:3000 in your browser.
app/- Next.js app directory (pages, API routes)components/- Reusable UI componentshooks/- Custom React hookslib/- Utility functionspublic/- Static assetsstyles/- Global styles
This project is licensed under the MIT License. See LICENSE for details.
Made with ❤️ by DEBASIS