Skip to content

A simple app I made for my girlfriend as a new year gift

Notifications You must be signed in to change notification settings

Jovan11111/Sofija

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple app I made for my girlfriend as a new year gift

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published