Eli-CB / word-counter

Displays the occurrence of each word in the text area input box

Home Page:word-counter.eli-cb.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Word Counter

Demo Link

An app that counts the occurences of each word entered in the text box.

Running the Application

In order to run the application locally, please follow the following instructions:

  1. git clone the repository
  2. cd into the word-count directory
  3. Run npm install
  4. Run npm start
  5. Wait for your browser to open or nagivate to localhost:3000

Assumptions Made During Development:

  1. Text would be entered manually, text file submission not supported.
  2. Word counts would not update dynamically, the Count Words button must be pressed to see the word counts.

About

Displays the occurrence of each word in the text area input box

word-counter.eli-cb.vercel.app


Languages

Language:TypeScript 58.7%Language:HTML 25.9%Language:CSS 15.4%