{"id":18208973,"url":"https://github.com/vansh-codes/heatmap-generator","last_synced_at":"2026-02-08T14:33:26.245Z","repository":{"id":259977037,"uuid":"879959080","full_name":"vansh-codes/Heatmap-Generator","owner":"vansh-codes","description":"Generate Heatmap for repos and track commits","archived":false,"fork":false,"pushed_at":"2024-10-28T21:37:44.000Z","size":206,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-30T22:36:00.955Z","etag":null,"topics":["dynamic-heatmap","github","heatmap","heatmap-generator"],"latest_commit_sha":null,"homepage":"https://commits-heatmap.vercel.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vansh-codes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-28T21:21:43.000Z","updated_at":"2024-10-28T21:37:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"eacce805-1ea8-4404-93bb-fd8f768db0da","html_url":"https://github.com/vansh-codes/Heatmap-Generator","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"45bb47e1f2c4617d94a6b10711c09bd1232dbe9f"},"previous_names":["vansh-codes/heatmap-generator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vansh-codes/Heatmap-Generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vansh-codes%2FHeatmap-Generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vansh-codes%2FHeatmap-Generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vansh-codes%2FHeatmap-Generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vansh-codes%2FHeatmap-Generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vansh-codes","download_url":"https://codeload.github.com/vansh-codes/Heatmap-Generator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vansh-codes%2FHeatmap-Generator/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267962113,"owners_count":24172572,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dynamic-heatmap","github","heatmap","heatmap-generator"],"created_at":"2024-11-03T14:03:34.343Z","updated_at":"2026-02-08T14:33:26.149Z","avatar_url":"https://github.com/vansh-codes.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌟 Commits Heatmap Generator 🌟\n\nWelcome to the **Commits Heatmap Generator**! This project provides a visual representation of your progress on a particular repository through a heatmap. Click on any day's box to see the activity and commits made on that day.\n\n## 📖 Table of Contents\n- [🌟 Commits Heatmap Generator 🌟](#-commits-heatmap-generator-)\n  - [📖 Table of Contents](#-table-of-contents)\n  - [💡 Features](#-features)\n  - [🔧 Installation](#-installation)\n  - [🛠️ Environment Variables](#️-environment-variables)\n  - [🚀 Usage](#-usage)\n  - [🔗 Deployment](#-deployment)\n  - [🔍 Acknowledgments](#-acknowledgments)\n  - [📞 Contact](#-contact)\n  - [📝 TODO](#-todo)\n## 💡 Features\n- Interactive heatmap visualizing activity 🗓️\n- Tooltip information on each day's activity 📊\n- Responsive design for seamless usage on all devices 📱💻\n- Dynamic rendering of activities and commits made 💪\n\n## 🔧 Installation\nTo get started with the Commits Heatmap Generator project, follow these steps:\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/vansh-codes/Heatmap-Generator.git\n   ```\n\n2. Navigate to the project directory:\n   ```bash\n   cd Heatmap-Generator\n   ```\n\n3. Install the required dependencies:\n   ```bash\n   npm install\n   ```\n\n4. Start the development server:\n   ```bash\n   npm run dev\n   ```\n\nNow open [http://localhost:3000](http://localhost:3000) in your browser to view the application!\n\n## 🛠️ Environment Variables\nBefore running the application, you need to set up environment variables to access the GitHub API. Create a `.env.local` file in the root of your project and add the following lines:\n\n```\nGITHUB_TOKEN=your_personal_access_github_token\n```\n\n## 🚀 Usage\n- Click on any box in the heatmap to view the problems solved on that day.\n- Use the dropdown to filter by year for a more tailored experience.\n\n## 🔗 Deployment\nCheck out the live application here: [Commits Heatmap](https://commits-heatmap.vercel.app/) 🌐\n\n## 🔍 Acknowledgments\nA special thanks to the following libraries that made this project possible:\n\n- [react-activity-calendar](https://github.com/grubersjoe/react-activity-calendar): For the beautiful heatmap component 🌈\n- [react-tooltip](https://github.com/wwayne/react-tooltip): For providing elegant tooltips on hover 💬\n- [framer-motion](https://www.framer.com/motion/): For stunning animations that enhance user experience 🎨\n- [lucide-react](https://lucide.dev/): For beautiful icons that add visual appeal 🔍\n\n## 📞 Contact\nFor any inquiries or suggestions, feel free to reach out to me:\n\n- [GitHub](https://github.com/vansh-codes)  \n- [LinkedIn](https://www.linkedin.com/in/vanshchaurasiya24/)  \n\n## 📝 TODO\n\n- [ ] Sort rate limit issue to handle load\n- [ ] Render Year dropdown dynamically based on the year of creation of repo\n  - currently year is set to 2023 so it will display heatmap from 2023\n- [ ] Dynamic URL bypass fix\n- [ ] Sort commit msg and commit files issue when there are mutliple files changed in a commit\n- [ ] Ignore Merge 'etc etc' commits (might depend on user to user if they wanna change or not)\n- [ ] Add line graph for commits\n- [ ] Add no. of commits for the current month\n\nThank you for checking out the Heatmap Generator! Happy coding! 🚀","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvansh-codes%2Fheatmap-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvansh-codes%2Fheatmap-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvansh-codes%2Fheatmap-generator/lists"}