Giter Site home page Giter Site logo

word-counter's Introduction

Word Counter

Html/jQuery Exercise for Epicodus, 08.13.2018

By Chan Lee, Connor McCarthy

Description

This webpage analyze the input sentences to find how frequent each words are appearing in the sentences. It first seperates the sentences into words, and record the frequency when it goes over every words by map() loop and find out certains words was previously recorded on the object (which was initially empty). Inside the object, every word is recorded as a key while relevant values are recorded frequency of the word. In the last part of the script, it will order the list by the number of frequencies(number of appearances) - greatest to least.

Setup/Installation Requirements

  • Clone this repository
  • Open index.html file

Known Bugs

There are no known bugs.

Support and contact details

[email protected]

Technologies Used

HTML, Bootstrap, jQuery

License

Copyright (c) 2018 Chan Lee, Connor McCarthy

word-counter's People

Contributors

chanzlee avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.