Skip to content

IamSofiyan/Inspect-Website

 
 

Repository files navigation

Inspect a Website

Are you curious about how a amazing website is structured? This web application allows users to not only fetch and inspect a website's HTML, but also preview the overall website.

image image

Navigate to Inspect a Website or run locally using the following instructions.

Set up

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 cay.theresa@gmail.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 30.0%
  • HTML 27.4%
  • CSS 25.2%
  • JavaScript 17.4%