Skip to content

A web app that aims to "diversify" submitted writing by suggesting synonyms for overused words. Built on the MEAN stack.

License

Notifications You must be signed in to change notification settings

dqian96/word-choice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Word Choice

Angular frontend:

  • Single-page web app
  • Recieves submitted writing from users
  • Tokenizes writing and builds frequency distribution client-side

Node.js backend:

  • Authentication with Passport.js
  • Submits most frequently used words to an external API for synonymns
  • Formats data from external API and delivers it to frontend

MongoDB:

  • Stores users' emails, hashed passwords, usernames
  • Stores an user's most commonly used words

Deployed on Heroku. Note: Domain is currently expired.

About

A web app that aims to "diversify" submitted writing by suggesting synonyms for overused words. Built on the MEAN stack.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published