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.
To install:
npm install
To run program:
npm run start-dev
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.