Overview

Spell-checker is a simple application which has mainly 2 components:

  • Frontend UI application written in ReactJs. Here is the URL.
  • Backend API written in javascript. Here is the URl.

Frontend

For this application to use, please enter any sentense and this application shows all words which are NOT English words.

Wrong

Correct

Backend API

If you prefer to test backend api, please follow below steps.

Run locally

To run locally, In visual studio code, go to the sub folder (backend or frotnend) and run npm run start :