Skip to content

isixe/LinkChecker

Repository files navigation

LinkChecker

LinkChecker

A powerful tool for checking the validity of URLs in your website. Ensure all links are working correctly.

Features

  • URL Validation - Check the validity of any URL in real-time
  • Link Categorization - Identify internal, external, and broken links
  • Domain Grouping - Group links by domain to see which external sites are most frequently referenced
  • RSS Feed Validation - Discover and validate RSS feeds

Tech Stack

Installation

  1. Clone the repository:

    git clone https://github.com/isixe/LinkChecker.git
  2. Navigate to the project directory:

    cd LinkChecker
  3. Install dependencies:

    pnpm install

Usage

Start the development server:

pnpm dev

Open http://localhost:3000 in your browser.

Project Structure

LinkChecker/
├── app/                    # Next.js App Router
│   ├── api/               # API routes
│   │   ├── link/         # Link check API
│   │   └── rss/          # RSS check API
│   ├── data/             # Static data
│   └── layout.tsx        # Root layout
├── components/           # React components
│   ├── icons/            # Icon components
│   ├── layout/           # Layout components
│   ├── ui/               # UI components
│   └── view/             # View components
├── hooks/                # Custom React hooks
├── lib/                  # Utility functions
├── public/               # Static assets
├── styles/               # Global styles
└── type/                 # TypeScript type definitions

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A tool for checking the validity of URLs in your website.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors