Max Word Finder
Overview
Max Word Finder is a simple, interactive web application that analyzes a given sentence and identifies the most repeated word(s). This project was built as part of a frontend interview challenge. It’s built with Svelte and TypeScript for a smooth and modern user experience.
Features
- Input a Sentence: Enter any sentence in the provided text area.
- Find Most Repeated Word(s): The app will analyze the sentence and display the word(s) that appear most frequently.
- Handles Ties: If multiple words have the same highest frequency, the app will display all of them.
- Interactive Progress Bar: A dynamic progress bar appears during the analysis process.
- Frontend Interview Challenge: Designed to solve a typical frontend interview question where the goal is to identify the most repeated word(s) in a sentence.
How It Works
- Input a Sentence: Type or paste a sentence into the text area.
- Click Analyze: Click the “Analyze Sentence” button to start the process.
- View Results: The app will show the most repeated word(s) and their frequency.
- Clear Results: After clicking the button, the results are cleared for the next analysis.
Tech Stack
- Frontend Framework: Svelte
- TypeScript: Static typing for a better development experience
- Tailwind CSS: Utility-first CSS framework for styling