• Stars
    star
    1
  • Language
    JavaScript
  • Created over 5 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Create a simple web-app, host on a url we can visit (I recommend free heroku or something similar) ● Users can enter a URL of a page to fetch ● The web app fetches the HTML of the page and displays the source to the user ● A summary of the document is displayed, listing which tags are present in the HTML and how many of each tag ● Clicking on the name of each tag in the summary will highlight the tags in the source code view