Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 465 Bytes

File metadata and controls

22 lines (13 loc) · 465 Bytes

The WORD Counter

The Word Counter is a fun little app I made to find all of the user-inputted words on a given webpage

Tech Stack

  • Python
  • React
  • BeautifulSoup4

MVP

  • Query a URL to locate all the given words on the page
  • Different messages based on quantity of given word

Stretch Goals

  • User can input a word to search

Known Bugs

  • Despite attempts at filtering, scraper still counts some words that are not visible on page sometimes.