Skip to content

itskarelleh/WordFrequency

Repository files navigation

Word Frequency

A single page app that shows the frequency of each word that appears in a body of text.

Description

Word Frequency is a single page app that allows users to write or copy + paste a body of text and to see the total frequency, the number of times a word appears in the body of text, for each word. once the user has entered the body of text that they want to translate, they click a "Translate" button and the result is a table displaying the words and their frequencies in descending order.

How to Install and Running Locally

1. Download

There are two ways you can download and install this project locally.
  1. If you want to download via terminal, then run this command: git clone https://github.com/karellehofler/WordFrequency.git
  2. If you want to download via Visual Studio, then do the following: Open Visual Studio > Clone Repository > Enter the repository url in the Repository location field > Clone

2. Run

  1. In Visual Studio, open Solution Explorer tab and double-click WordFrequency.csproj file
  2. Press F5 to Start Debugging or Ctrl + F5 to Start Without Debugging