Skip to content

Cole-Hartman/leetcode-new-tab

Repository files navigation

LeetCode New Tab

Live Demo

Features

  • 🌙 Modern and minimal interface
  • 📊 Automatic tracking of daily LeetCode problem completions
  • 🔄 Instant updates after new submissions
  • 💭 Motivational messages to keep you on track

No Submissions Today

demo

After Submitting Today

demo

Mobile

demo

Setting Up Your Own LeetCode Tracker

  1. Fork this repository

  2. Update the API endpoint in App.jsx:

    const API_URL = "https://alfa-leetcode-api.onrender.com/YOUR-LEETCODE-USERNAME/submission"
  3. Install dependencies:

    npm install
  4. Deploy Using GitHub Pages:

  • Make sure you have deploy.yml in .github/workflows
  • Go to Settings -> Pages -> and select build with GitHub Actions