Play Monitor is a full stack web application developed to help app development teams to gain insights from user reviews on new feature requests, bug issues and Design improvements.
- Clone the repository and install the dependencies.
git clone https://github.com/Santhoshmani1/Play-Monitor.git
cd Play-Monitor
npm install
npm run dev
- The application will be running on
http://localhost:/5173
- The Frontend of the web application is built using
- React.js - A JavaScript library for building user interfaces.
- Tailwind CSS - A utility-first CSS framework for quickly building custom designs.
- Google Material Icons - Material icons are delightful, beautifully crafted symbols for common actions and items.
- The backend of the application is built using
- Node.js - A JavaScript runtime built on Chrome's V8 JavaScript engine.
- Express.js - Fast, unopinionated, minimalist web framework for Node.js.
- Hosted on vercel.
The web application is built on top of 2 Restful APIs
-
- G-Play reviews API is a Restful API implementation of the npm package google-play-scraper in node.js & express.js
- The API is used to fetch the app details, reviews, ratings, similar apps and more from the Google Play Store. Full documentation can be found here
-
- A Restful API to fetch the insights from the user reviews on new feature requests, bug issues and Design improvements.
- The API is integrated with Google Gemini 1.5 pro model & is prompted to analyse the user reviews and provide insights.
MIT License