Skip to content

emeshnick/broken-link-finder

Repository files navigation

Cleanup

Description

This is a Web Application to scan a website to see if its links are working. The user can input a url, and the application scrapes the site to check for broken links.

This can be a testing tool for developers, but the deployed site means that anyone can use it for their personal or organization website. Check it out here.

Setup

To install:

npm install

To run program:

npm run start-dev

Tech Stack

The main functionality of the app is performed by Puppeteer. Check out the Puppeteer documentation here.

This Application is built with React, Redux, HTML, and CSS on the front end with Node and Express on the backend. It uses Webpack to bundle.

About

Web Application to check for broken links on webpage.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published