A desktop application for tracking mouse clicks, keyboard keystrokes, and project activity with real-time visual analytics.
- 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
- Node.js and npm
- Windows operating system (for native builds)
npm installnpm startThis will start both the webpack dev server and Electron application simultaneously.
npm run build:appFor Windows distribution:
npm run distwin- Electron - Desktop application framework
- React - UI library
- Recharts - Data visualization
- SQLite - Local database
- Webpack - Module bundler
This project is licensed under the MIT License - see the LICENSE file for details.