This project is a Node.js application designed to correct English spelling mistakes. Leveraging the nspell
library for spell checking and correction, it offers a simple yet effective approach to identify incorrect spellings and suggest the correct forms. The project also includes a suite of unit tests, implemented with Jest, to ensure the reliability and accuracy of the spelling corrections.
- Spelling correction for English words.
- Suggestions for misspelled words.
- Unit tests to validate functionality.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Node.js (v12.x or later recommended)
- npm (comes with Node.js)
- Clone the repository:
git clone https://github.com/JerryXun0311/spell-corrector-tea.git