Are you curious about how a website is structured? This web application allows users to not only fetch and inspect a website's HTML, but also preview the overall website.
Navigate to Inspect a Website or run locally using the following instructions.
Clone or fork this repo:
https://github.com/theresa-clare/Inspect-Website.git
Create and activate a virtual environment inside your project directory:
virtualenv env
source env/bin/activate
Install the requirements:
pip install -r requirements.txt
For questions or concerns, please email [email protected]