{"id":21721487,"url":"https://github.com/vansh-codes/leetcode-tracker","last_synced_at":"2026-05-11T04:50:41.131Z","repository":{"id":259948250,"uuid":"879868576","full_name":"vansh-codes/LeetCode-Tracker","owner":"vansh-codes","description":"Personalize leetcode tracker to track my leetcode progress effectively","archived":false,"fork":false,"pushed_at":"2024-10-28T18:24:16.000Z","size":279,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-19T23:34:03.542Z","etag":null,"topics":["github-api","leetcode","leetcode-progress","leetcode-tracker","nextjs","problem-solving","progress-monitoring"],"latest_commit_sha":null,"homepage":"https://leetcode-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-28T17:29:14.000Z","updated_at":"2024-10-28T18:25:05.000Z","dependencies_parsed_at":"2024-10-28T19:44:07.201Z","dependency_job_id":null,"html_url":"https://github.com/vansh-codes/LeetCode-Tracker","commit_stats":null,"previous_names":["vansh-codes/leetcode-tracker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vansh-codes%2FLeetCode-Tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vansh-codes%2FLeetCode-Tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vansh-codes%2FLeetCode-Tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vansh-codes%2FLeetCode-Tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vansh-codes","download_url":"https://codeload.github.com/vansh-codes/LeetCode-Tracker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244694005,"owners_count":20494553,"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","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":["github-api","leetcode","leetcode-progress","leetcode-tracker","nextjs","problem-solving","progress-monitoring"],"created_at":"2024-11-26T02:17:10.591Z","updated_at":"2026-05-11T04:50:36.103Z","avatar_url":"https://github.com/vansh-codes.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌟 LeetCode Heatmap 🌟\n\nWelcome to the **LeetCode Heatmap**! This project provides a visual representation of your coding progress on LeetCode through a heatmap. Click on any day's box to see the problems solved and commits made on that day.\n\n## 📖 Table of Contents\n- [🌟 LeetCode Heatmap 🌟](#-leetcode-heatmap-)\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\n## 💡 Features\n- Interactive heatmap visualizing daily coding activity 🗓️\n- Tooltip information on each day's activity 📊\n- Responsive design for seamless usage on all devices 📱💻\n- Dynamic rendering of problems solved and commits made 💪\n\n## 🔧 Installation\nTo get started with the LeetCode Heatmap project, follow these steps:\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/vansh-codes/LeetCode-Tracker.git\n   ```\n\n2. Navigate to the project directory:\n   ```bash\n   cd LeetCode-Tracker\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\nNEXT_PUBLIC_GITHUB_USERNAME=your_github_username\nNEXT_PUBLIC_GITHUB_REPO=your_repo_name\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: [LeetCode Heatmap](https://leetcode-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\nThank you for checking out the LeetCode Heatmap! Happy coding! 🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvansh-codes%2Fleetcode-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvansh-codes%2Fleetcode-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvansh-codes%2Fleetcode-tracker/lists"}