Top N Most Frequent Words
This project is a word frequency analyzer that allows users to input a URL and get the most common words from the page. Built with a **React** frontend, **Flask** backend, and styled with **Tailwind CSS**, it uses **BeautifulSoup** to parse visible text and a REST API to retrieve and display top words based on user input.