Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.11 KB

README.md

File metadata and controls

23 lines (17 loc) · 1.11 KB

SofCorrect - Text Document Fixer

This is a simple server-side JavaScript application that I made as a gift for my girlfriend that fixes common issues in text documents. Currently, it does the following:

  • Adds a space after commas and ends of sentances if one is not already present
  • Capitalizes the first letter of sentences after periods
  • Capitalizes single "I"s
  • Fixes bulleted lists by ensuring each bullet point ends with a period, and is spaced correctlly

There are some other hidden features that I will not disclose here, but leave for a user to discover

Getting Started

To use this application, you'll need to have Node.js installed on your server. Once you have Node.js installed, follow these steps:

Clone this repository to your server. Run node server.js to start the application.

Usage To use the application, simply upload a text file to the server. The application will fix the text and return the corrected version.

Acknowledgments

Thank you to my girlfriend for inspiring me to create this application

image