Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 642 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 642 Bytes

Spell-Checker-Web-App

ASP.NET Core : Spell Checker Web App
Uses a dictionary of english words as our source reference.
After handling punctuations, any incorrect word is highlighted in red as its typed.

Demo

Dependencies

  • IIS 7.5+
  • Microsoft .NET Framework 4.6/4.7
  • visual studio 2019
  • .NET desktop development (install from visual studio installer)

Project Deployment

$ In visual studio, click the `IIS Express` button to launch the web application