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.
Check out the live demo of the project here.
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.
- 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.
The project has the following file structure:
google-play-reviews-visualization/
│
├── index.html
└── README.md
- Open
index.html
in your web browser. - Enter or upload your CSV data in the designated area.
- The table will populate with the review data.
- The charts will update automatically to visualize the data.
- View the statistics section for insights like the average rating and total number of reviews.
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
Contributions are welcome! Please fork the repository and create a pull request with your changes. Ensure your code follows the existing style and conventions.
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch
- Commit your changes:
git commit -am 'Add new feature'
- Push to the branch:
git push origin feature-branch
- Create a new Pull Request.
This project is licensed under the MIT License. See the LICENSE file for more details.