Skip to content

This web application is designed to help app developers efficiently analyze user reviews from the Google Play Console. By displaying app reviews in a table format along with statistics and charts, developers can easily gain insights from their user feedback.

Notifications You must be signed in to change notification settings

RomanTsisyk/Google-Play-Console-Reviews-Visualization-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Google Play Console Reviews Visualization

This web project is a tool for visualizing user reviews from the Google Play Console. The page displays the reviews in a table format, along with various charts for easy data analysis. The user can enter CSV data to populate the table and charts.

Table of Contents

Live Demo

Check out the live demo of the project here.

Getting Started

To get started with the project, clone this repository to your local machine:

git clone https://github.com/RomanTsisyk/google-play-reviews-visualization.git

Navigate to the project directory:

cd google-play-reviews-visualization

Open index.html in your preferred web browser to view and interact with the project.

Features

  • Displays Google Play Console reviews in a table format.
  • Visualizes data through various charts:
    • Pie Chart
    • Histogram
    • Line Chart
    • Heatmap
    • Bubble Chart
    • Scatter Plot
    • Box Plot
    • Bar Chart
    • Donut Chart
  • Calculates and displays statistics such as average rating and number of reviews.

File Structure

The project has the following file structure:

google-play-reviews-visualization/
│
├── index.html
└── README.md

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • PapaParse - for parsing CSV data
  • Plotly - for data visualization

How to Use

  1. Open index.html in your web browser.
  2. Enter or upload your CSV data in the designated area.
  3. The table will populate with the review data.
  4. The charts will update automatically to visualize the data.
  5. View the statistics section for insights like the average rating and total number of reviews.

Example CSV Format

Ensure your CSV file has the following headers:

Package Name,App Version Code,App Version Name,Reviewer Language,Device,Review Submit Date and Time,Review Submit Millis Since Epoch,Review Last Update Date and Time,Review Last Update Millis Since Epoch,Star Rating,Review Title,Review Text,Developer Reply Date and Time,Developer Reply Millis Since Epoch,Developer Reply Text,Review Link

Contributing

Contributions are welcome! Please fork the repository and create a pull request with your changes. Ensure your code follows the existing style and conventions.

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Commit your changes (git commit -am 'Add new feature').
  4. Push to the branch (git push origin feature-branch).
  5. Create a new Pull Request.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

About

This web application is designed to help app developers efficiently analyze user reviews from the Google Play Console. By displaying app reviews in a table format along with statistics and charts, developers can easily gain insights from their user feedback.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages