# Advanced Views Counter - WordPress Post View Plugin

Advanced Views Counter lets you track and display the number of views for your posts, pages, or custom post types in a powerful, flexible, and performance-optimized way. Easily monitor content popularity with detailed view counts and advanced filtering options. 

## Features
- Dashboard post views stats
- Option to set counts interval
- Excluding counts from visitors: bots, logged in users, selected user roles
- Post views display position
- most popular post
- Top Referrer


Install dependencies:

```sh
npm install
composer install
```

## Development
This plugin uses Vite and React. To rebuild the frontend.

## Resources
- **CSS & Styling**: Source files for Tailwind CSS and SASS are available in the `resources/css` directory.
- **JavaScript & React**: JSX, TSX, and JavaScript files are available in the `resources/js` directory.

Start the development server:

```sh
npm run dev
```

## Build
Compile and optimize the plugin for production:

```sh
npm run build
```

## Minified Assets:
-Minified CSS & JavaScript files are located in /assets/.
