mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-11 05:13:02 -05:00
feat: create leaderboard
This commit is contained in:
@@ -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>.
|
||||
|
||||
@@ -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 />
|
||||
|
||||
@@ -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 />
|
||||
|
||||
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user