WordCount: An open-source project designed specifically for feedback.
Just to be open and honest, this is my first post on Medium, and my first open-source project.
WordCount can be accessed and viewed at nola123@pythonanywhere.com.

This project was created to give people a sense of how many words they’re using in a specific line of text. This may be advantageous to you if you are editing a draft of a paper and need to know what words are used too frequently, and other word options to use. This is an open-source project designed using Django 2.02 and Python 3.6. Contributions can, and should, be made to GitHub.
While working on this project, I realized it would be more beneficial to leave the site somewhat skeleton-like for several reasons: This is a mecca for frontend developers who need experience contributing to projects, this is also a relatively easy project to contribute to, and, most importantly, I’m hoping that the kinds of contributions people will make will include ideas for what they would want to see on such a website that would benefit them the most.
Additionally, if you’re looking for on how to make a Python project through Django, the GitHub of this project is a great place to start!