An open API service indexing awesome lists of open source software.

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

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