Skip to content

Aveek-Saha/Autocorrect-and-spellcheck-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Autocorrect and spellcheck webapp

A web application that gives autocomplete suggestions or checks the spellings of an input word.

We often find ourselves grasping at a word that's on the tip of our tongue but we just cant pin it down, or wanting to check the spelling of a word that we're not sure of. This application aims to solve this problem. The features include:

  1. Two modes of operation that can be toggled-
    • A word suggestion mode- Where the user can type in a partially completed word and the app will suggest predictions.
    • A spell check mode- Where the user can enter a word and check if the spelling is correct, if it is not the app also suggests words that may contain the correct spelling of the word that the user was trying to type.
  2. The app keeps a track of the the 5 most frequently misspelt words
  3. The word of the day (the most frequently incorrectly spelt word) can be seen from the spelling.php page
We used an Apache server to host our application.

How to use

  1. Clone the repository
  2. Place the folder in your server's root directory
  3. Open the file DSproject.php in your browser
    • Use the toggle button at the top to switch between spellcheck and word suggestion mode
    • Type in the word and press alt+h and depending on the mode it will either tell you if your spelling is correct or will give you suggestions
  4. To check the word of the day you can open the page spelling.php

About

A web application that gives autocomplete suggestions or checks the spellings of an input word.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published