MasonHolland / word_watch

A single-page app that displays text based on word frequency.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Word Watch 👀

Seeing is believing...

Environment Setup

Clone and navigate to the directory in your preferred way, or

git clone git@github.com:turingschool-examples/word_watch.git
cd word_watch

Then, get those dependencies:

npm install

If you run into issues where JavaScript you wrote isn't coming through the browser, try:

npm run build

Open your app on a webpack server:

npm start

And navigate to:

http://localhost:8080
  • Note make sure to keep npm start running during your development.

To run the tests:

npm test

Resources

About

A single-page app that displays text based on word frequency.


Languages

Language:JavaScript 50.6%Language:CSS 49.4%