Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 1.26 KB

File metadata and controls

57 lines (38 loc) · 1.26 KB

Click Tracker

A desktop application for tracking mouse clicks, keyboard keystrokes, and project activity with real-time visual analytics.

Features

  • Activity Monitoring - Track mouse clicks, keyboard keystrokes, and active window detection
  • Project Management - Organize tasks by projects with detailed tracking
  • Visual Analytics - Real-time charts and statistics with distribution analysis
  • Data Export - Export project data and statistics to CSV format
  • Task Timeline - Session-based activity tracking with detailed logs
  • Responsive UI - Modern desktop interface built with React and Electron

Getting Started

Prerequisites

  • Node.js and npm
  • Windows operating system (for native builds)

Installation

npm install

Development

npm start

This will start both the webpack dev server and Electron application simultaneously.

Build

npm run build:app

For Windows distribution:

npm run distwin

Technologies

  • Electron - Desktop application framework
  • React - UI library
  • Recharts - Data visualization
  • SQLite - Local database
  • Webpack - Module bundler

License

This project is licensed under the MIT License - see the LICENSE file for details.