Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 1 addition & 33 deletions LEADERBOARD.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,39 +6,7 @@ This leaderboard tracks contributors who have completed issues labeled as `level

| Username | Level 1 | Level 2 | Level 3 | PRs Merged |
|----------|---------|---------|---------|-------------|
| [@Suhani1234-5](https://github.com/Suhani1234-5) | 0 | 1 | 1 | 5 |
| [@cosmicTitiksha](https://github.com/cosmicTitiksha) | 1 | 1 | 0 | 4 |
| [@Shalini22-ui](https://github.com/Shalini22-ui) | 0 | 1 | 0 | 4 |
| [@Ishuuu1213](https://github.com/Ishuuu1213) | 1 | 1 | 0 | 3 |
| [@Sanskriti10247](https://github.com/Sanskriti10247) | 1 | 1 | 0 | 1 |
| [@Theuniii](https://github.com/Theuniii) | 0 | 1 | 0 | 2 |
| [@Iqra-hussain235](https://github.com/Iqra-hussain235) | 1 | 0 | 0 | 1 |
| [@Pushpendra1798](https://github.com/Pushpendra1798) | 1 | 0 | 0 | 1 |
| [@snehaaadn](https://github.com/snehaaadn) | 1 | 0 | 0 | 1 |
| [@Shrutik-0101](https://github.com/Shrutik-0101) | 0 | 1 | 0 | 1 |
| [@Kalika-Jay](https://github.com/Kalika-Jay) | 1 | 0 | 0 | 1 |
| [@Sanyam2511](https://github.com/Sanyam2511) | 1 | 0 | 0 | 1 |
| [@Srivarshan-T](https://github.com/Srivarshan-T) | 1 | 0 | 0 | 1 |
| [@pbln](https://github.com/pbln) | 1 | 0 | 0 | 1 |
| [@shobanCodebase](https://github.com/shobanCodebase) | 1 | 0 | 0 | 1 |
| [@supriya46788](https://github.com/supriya46788) | 1 | 0 | 0 | 1 |
| [@nicksboson](https://github.com/nicksboson) | 1 | 0 | 0 | 1 |
| [@Soumyosish](https://github.com/Soumyosish) | 0 | 1 | 0 | 1 |
| [@VidhanThakur09](https://github.com/VidhanThakur09) | 0 | 1 | 0 | 1 |
| [@Ishika-codeit](https://github.com/Ishika-codeit) | 2 | 0 | 0 | 0 |
| [@jdhruv555](https://github.com/jdhruv555) | 1 | 0 | 0 | 1 |
| [@MohdAnas007](https://github.com/MohdAnas007) | 1 | 0 | 0 | 0 |
| [@Samiksha-bajoria](https://github.com/Samiksha-bajoria) | 1 | 0 | 0 | 0 |
| [@shreyas1103](https://github.com/shreyas1103) | 1 | 0 | 0 | 0 |
| [@snehhhcodes](https://github.com/snehhhcodes) | 1 | 0 | 0 | 0 |
| [@unnati-joshi](https://github.com/unnati-joshi) | 1 | 0 | 0 | 0 |
| [@yashp386](https://github.com/yashp386) | 1 | 0 | 0 | 0 |
| [@Mastercoder0406](https://github.com/Mastercoder0406) | 0 | 1 | 0 | 0 |
| [@Sravanthi359](https://github.com/Sravanthi359) | 0 | 1 | 0 | 0 |
| [@TechMe103](https://github.com/TechMe103) | 0 | 1 | 0 | 0 |
| [@Oviya-Babu](https://github.com/Oviya-Babu) | 0 | 1 | 0 | 0 |
| [@faisal07777](https://github.com/faisal07777) | 1 | 0 | 0 | 0 |
| [@AmritRaj29](https://github.com/AmritRaj29) | 1 | 0 | 0 | 0 |
| *No contributors yet* | - | - | - | - |

---

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
>
</li>
<li class="nav-item">
<a class="nav-link" href="#challengeSection">Challenges</a>
<a class="nav-link" href="../CodeClip/pages/challenges.html">Challenges</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#leaderboardSection">Leaderboard</a>
Expand Down
4 changes: 4 additions & 0 deletions pages/challenges.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ <h3 class="challenge-card__title">Two Sum</h3>
</div>
<div class="challenge-card__actions">
<a href="editor.html" class="btn btn-primary btn-sm" aria-label="Solve challenge Two Sum">Solve Challenge</a>
<a href="../javascript-executor.html" class="btn btn-secondary btn-sm" aria-label="Run in JS Executor">Run in JS Executor</a>
</div>
</article>

Expand All @@ -143,6 +144,7 @@ <h3 class="challenge-card__title">Longest Palindromic Substring</h3>
</div>
<div class="challenge-card__actions">
<a href="editor.html" class="btn btn-primary btn-sm" aria-label="Solve challenge Longest Palindromic Substring">Solve Challenge</a>
<a href="../javascript-executor.html" class="btn btn-secondary btn-sm" aria-label="Run in JS Executor">Run in JS Executor</a>
</div>
</article>

Expand All @@ -160,6 +162,7 @@ <h3 class="challenge-card__title">Merge K Sorted Lists</h3>
</div>
<div class="challenge-card__actions">
<a href="editor.html" class="btn btn-primary btn-sm" aria-label="Solve challenge Merge K Sorted Lists">Solve Challenge</a>
<a href="../javascript-executor.html" class="btn btn-secondary btn-sm" aria-label="Run in JS Executor">Run in JS Executor</a>
</div>
</article>

Expand All @@ -177,6 +180,7 @@ <h3 class="challenge-card__title">Valid Parentheses</h3>
</div>
<div class="challenge-card__actions">
<a href="editor.html" class="btn btn-primary btn-sm" aria-label="Solve challenge Valid Parentheses">Solve Challenge</a>
<a href="../javascript-executor.html" class="btn btn-secondary btn-sm" aria-label="Run in JS Executor">Run in JS Executor</a>
</div>
</article>
</div>
Expand Down
Loading