The Word Counter is a fun little app I made to find all of the user-inputted words on a given webpage
- Python
- React
- BeautifulSoup4
- Query a URL to locate all the given words on the page
- Different messages based on quantity of given word
- User can input a word to search
- Despite attempts at filtering, scraper still counts some words that are not visible on page sometimes.