Skip to content

Word cloud generator is a web application that generates cloud of words in a text in different sizes and colors. The size of a word is equivalent to the number of times the word appear in the text. Each word is also displayed with its frequency in number.

Notifications You must be signed in to change notification settings

belloshehu/word-cloud

Repository files navigation

Word cloud generator is a web application that generates cloud of words in a text in different sizes and colors. The size of a word is equivalent to the number of times the word appear in the text. Each word is also displayed with its frequency in number.

Furthermore, users may wish to save generated word cloud as image, which could be used for different purposes.

How To Run The Application

Follow the following steps to run the application on your local machine:

  • Clone the repository:

    git clone https://github.com/belloshehu/word-cloud.git
  • Change to the directory of the project:

     cd words-cloud
  • install node packages:

     npm install
  • Run the development server:

    npm run dev
    # or
    yarn dev
    # or
    pnpm dev
    # or
    bun dev
  • Open http://localhost:3000 with your browser to see the result.

About

Word cloud generator is a web application that generates cloud of words in a text in different sizes and colors. The size of a word is equivalent to the number of times the word appear in the text. Each word is also displayed with its frequency in number.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published