About this project

Maxx Tools is a monorepo collecting several small internal web apps and productivity utilities, accessed through a central index.html hub page. Each tool lives in its own folder and is opened by clicking a card in the hub. Included tools: - Schedulr (daily-tracker): a scheduling workspace for planning and organizing weekly content. It ships with a dedicated Chrome/Edge extension called Schedulr Clipper for quick data collection, plus an automated data sourcing pipeline for articles, X (Twitter), and Reddit. - FX Tracker: a currency exchange dashboard tracking USD/CRC and EUR/CRC in real time, using official data from the BCCR (Banco Central de Costa Rica). It visualizes trends and highlights official economic announcements. - Tweet Visualizer: a mockup generator producing high-fidelity dark-mode tweet previews with configurable width, intended for design mockups and presentations. - Chart Animator: an Instagram chart generator that creates animated charts in 1080 x 1440 format. It supports single-array snapshots, multi-series compare mode, and timeline-style year-over-year animation, exporting stills as PNG and motion as WebM directly from the browser. - Battle Giveaway: an Instagram giveaway battle royale that extracts commenters from a post, downloads profile pictures, and generates an animated battle royale. It requires IG_USERNAME and IG_PASSWORD in a .env file (see battle-giveaway/.env.example) and runs via cd battle-giveaway && npm install && node serve.js. Getting started: open index.html in a browser to reach the central hub, then navigate to any tool by clicking its card. Contributing guidance is in CONTRIBUTING.md, covering folder conventions, commit styles, and the mandatory data pipeline for daily-tracker.