Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/denisraslov/vkstats
The issue for VK.COM competition
https://github.com/denisraslov/vkstats
Last synced: about 1 month ago
JSON representation
The issue for VK.COM competition
- Host: GitHub
- URL: https://github.com/denisraslov/vkstats
- Owner: denisraslov
- Created: 2014-07-15T13:33:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-18T12:11:41.000Z (about 10 years ago)
- Last Synced: 2024-10-15T17:46:32.337Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 613 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
VKStats
=======
The issue for VK.COM competition. The site events tracking system.The site part:
1. A library for events tracking on a site (pure JavaScript).
2. Test site with included library and example code for buttons clicks tracking (Angular).The admin part:
1. Backend that take a data about events needed to capture, occured events and prepare statistic data about it (PHP, MySQL).
2. Admin interface to manage projects, events needed to capture and see statistic about occured events in tables and charts (jQuery, Angular, Highcharts JS, Twitter Bootstrap).