https://github.com/blakley/spell-checker-web-app
ASP.NET Core : Spell Checker Web App
https://github.com/blakley/spell-checker-web-app
csharp javascript modelviewcontroller mvc-framework netcore-webapi spellchecker
Last synced: 7 months ago
JSON representation
ASP.NET Core : Spell Checker Web App
- Host: GitHub
- URL: https://github.com/blakley/spell-checker-web-app
- Owner: Blakley
- Created: 2021-08-03T04:47:38.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-18T00:24:56.000Z (about 4 years ago)
- Last Synced: 2025-02-01T04:27:31.935Z (8 months ago)
- Topics: csharp, javascript, modelviewcontroller, mvc-framework, netcore-webapi, spellchecker
- Language: C#
- Homepage:
- Size: 1.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://visualstudio.microsoft.com/downloads/)
* .NET desktop development (install from visual studio installer)
## Project Deployment$ In visual studio, click the `IIS Express` button to launch the web application