Skip to content

Angular Application with .Net Core Web API for spell check and word suggestions

Notifications You must be signed in to change notification settings

sawsid1986/SpellChecker

Repository files navigation

SpellChecker

Angular Application with .Net Core Web API for spell check and word suggestions

How to start

Build and start .Net Core Web API

  1. Open Solution SpellChecker.sln

  2. Build Solution

  3. Press Ctrl+F5 to start WEB API

Build and start Angular Spell Check Web Application

  1. Install Git & Node.js

  2. Open command prompt at location \SpellCheckerWebApp and type

    i. npm Install

    ii. npm Start

How to run

Open URL http://localhost:4200/

Type word in textbox and press enter

Textbox border will turn Red if typed word has incorrect spelling. Suggested words list will appear below textbox

Select any suggested word to replace text in textbox

About

Angular Application with .Net Core Web API for spell check and word suggestions

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published