feat: create leaderboard

This commit is contained in:
thomas
2024-03-30 13:33:11 +01:00
parent bf3866b705
commit 8561653850
9 changed files with 102 additions and 35 deletions

View File

@@ -26,6 +26,7 @@ import MyIcon from '../../components/MyIcon.astro';
import SubscriptionForm from '../../components/SubscriptionForm.astro';
<CardGrid>
<Card title="47 Challenges">
This repository gathers 47 Challenges related to <b>Angular</b>, <b>Nx</b>, <b>RxJS</b>, <b>Ngrx</b> and <b>Typescript</b>.

View File

@@ -8,4 +8,6 @@ next: false
import LeaderboardAnswer from '../../../components/leaderboard/LeaderboardAnswer.svelte';
Join the list and start your Angular Challenges journey by reading the [Getting Started](/guides/getting-started) guide.
<LeaderboardAnswer client:load />

View File

@@ -8,4 +8,7 @@ next: false
import LeaderboardChallenge from '../../../components/leaderboard/LeaderboardChallenge.svelte';
A challenge is missing, create your own one and get on the leaderboard!
Read the [Create Challenge](/guides/create-challenge) guide to learn how to create a challenge.
<LeaderboardChallenge client:load />

View File

@@ -8,4 +8,7 @@ next: false
import LeaderboardCommit from '../../../components/leaderboard/LeaderboardCommit.svelte';
You want to improve the project, fix a typo, add some documentation to one challenges, or translate a page? This leaderboard shows the number of contributions per user.
This repository is open source and you can contribute to it. Read the [contribution](/guides/contribute) guide to get started.
<LeaderboardCommit client:load />