CPSC 220 Fall 2004
Program 4: A Spell Checker Web Interface

Your assignment is to write a web interface for your dictionary program. Your interface should allow the user to enter an arbitrary quantity of text, and when it is submitted should return a page containing the same text with misspelled words highlighted (e.g., in another color or font). There should also be a convenient mechanism, such as clicking on the word, to go to a list of suggested correct spellings. For now, this list may contain just the last word that you found before determining that the given word was not in the dictionary.

Guidelines