mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53:03 -05:00
fix: typos in index mdx (#909)
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Welcome to Angular Challenges
|
title: Welcome to Angular Challenges
|
||||||
description: Get started by resolving those challenges and becoming a better Angular FrontEnd engineer.
|
description: Get started by resolving these challenges and become a better Angular Front-End engineer.
|
||||||
template: splash
|
template: splash
|
||||||
noCommentSection: true
|
noCommentSection: true
|
||||||
hero:
|
hero:
|
||||||
@@ -28,23 +28,23 @@ import SubscriptionForm from '../../components/SubscriptionForm.astro';
|
|||||||
|
|
||||||
<CardGrid>
|
<CardGrid>
|
||||||
<Card title="50 Challenges">
|
<Card title="50 Challenges">
|
||||||
This repository gathers 50 Challenges related to <b>Angular</b>, <b>Nx</b>, <b>RxJS</b>, <b>Ngrx</b> and <b>Typescript</b>.
|
This repository gathers 50 Challenges related to <b>Angular</b>, <b>Nx</b>, <b>RxJS</b>, <b>NgRx</b> and <b>TypeScript</b>.
|
||||||
These challenges resolve around real-life issues or specific features to elevate your skills.
|
These challenges revolve around real-life issues or specific features to elevate your skills.
|
||||||
</Card>
|
</Card>
|
||||||
|
|
||||||
<Card title="Subscribe to get notify of latest challenges">
|
<Card title="Subscribe to get notified of the latest challenges">
|
||||||
<SubscriptionForm isNote={false} />
|
<SubscriptionForm isNote={false} />
|
||||||
</Card>
|
</Card>
|
||||||
|
|
||||||
<Card title="Become an OSS Maintainer">
|
<Card title="Become an OSS Maintainer">
|
||||||
One of the goals of this repository is to <b>lower the barrier</b> to entry
|
One of the goals of this repository is to <b>lower the barrier</b> to entry
|
||||||
for Open Source Software (OSS). By engaging with these challenges, you will
|
for Open Source Software (OSS). By engaging with these challenges, you will
|
||||||
learn how to start contributing to any other Open Source Project.
|
learn how to start contributing to any other open-source project.
|
||||||
</Card>
|
</Card>
|
||||||
|
|
||||||
<Card title="Learn Alongside Others">
|
<Card title="Learn Alongside Others">
|
||||||
Learning and practicing a new framework is always challenging. This set of
|
Learning and practicing a new framework is always challenging. This set of
|
||||||
challenges provides real-world use cases to apply what you've been learning.
|
challenges provide real-world use cases to apply what you've been learning.
|
||||||
Anyone can comment or offer assistance.
|
Anyone can comment or offer assistance.
|
||||||
<b>
|
<b>
|
||||||
Learning alone is great, but learning alongside others will get you further.
|
Learning alone is great, but learning alongside others will get you further.
|
||||||
@@ -57,12 +57,11 @@ import SubscriptionForm from '../../components/SubscriptionForm.astro';
|
|||||||
</Card>
|
</Card>
|
||||||
|
|
||||||
<Card title="Prepare Yourself for Interviews">
|
<Card title="Prepare Yourself for Interviews">
|
||||||
Completing these challenges will prepare you for any technical challenges you
|
By completing these challenges, you'll be ready for any technical questions that may come up during a frontend job interview.
|
||||||
may encounter in a frontend role during interviews.
|
|
||||||
</Card>
|
</Card>
|
||||||
|
|
||||||
<Card title="Sponsoring">
|
<Card title="Sponsoring">
|
||||||
This project is free and aims to remain so for as long as possible. However, everything is accomplished during my free time, including creating challenges and reviewing pull requests (PRs). <b>Sponsorship can support me and contribute to the growth of the project</b>.
|
This project is free and aims to remain so for as long as possible. However, everything is accomplished during my free time, including creating challenges and reviewing pull requests (PRs). <b>Sponsorship can support me and contribute to the growth of the project.</b>
|
||||||
</Card>
|
</Card>
|
||||||
</CardGrid>
|
</CardGrid>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user