I've been exploring the idea of cloning a webpage, such as Instagram's login page, along with its CSS elements and JavaScript, to use locally.
Basically, I want to duplicate the login page and host it on my test server in a way that allows it to function normally even without an internet connection.
I'm aiming to store all the necessary elements locally so that I can run this test server offline.
Any tips on how to accomplish this would be greatly appreciated!
P.S. - Although I have some experience with Python and have dabbled a bit in BeautifulSoup, I'm not an expert at it.