Skip to content

appinha/word-count

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Word counter

GitHub code size in bytes Number of lines of code Code language count GitHub top language GitHub last commit

About Β· Usage Β· Testing


πŸ—£οΈ About

A simple word counter application.

πŸ› οΈ Usage

Requirements

  • Node >= 14.0.0
  • npm >= 5.6
  • yarn

Instructions

  1. Go to the app's directory:
cd app
  1. Install the app:
yarn install
  1. Run the app:
yarn start
  1. Open http://localhost:3000 to view it in the browser.

screenshot of the app

  1. Type some text into the text area, then click the button:

screenshot of the app counting words

πŸ“‹ Testing

To run tests:

yarn test

πŸ—„ Project records

  1. App set up with Create React App using Typescript:
yarn create react-app app --template typescript

About

A simple word counter application.

Topics

Resources

Stars

Watchers

Forks