Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Commit 5232ec0

Browse files
committed
Split out junior list
Signed-off-by: Daniel Thorp <[email protected]>
1 parent 717a748 commit 5232ec0

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

challenges.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,20 @@
22

33
This is a list of challenges that you can do to earn points. You can do as many or as few as you want. You can also make up your own challenges if you want. The challenges are grouped by theme. You can complete them in any order you like. Each challenge is worth a certain number of points. The more points you earn, the higher your score will be. The highest score wins!
44

5-
---
5+
## Junior
6+
7+
- Create a GitHub repository (1pt)
8+
- Add a favicon (1pt)
9+
- Add a logo (2pt)
10+
- Add fancy background/font/colors (2pt)
11+
- Task hover animation (1pt)
12+
- Make it so that the most recent task is at the top (2pt)
13+
- Allow tasks to be removed (2pt)
14+
- Add a button to clear all tasks (2pt)
15+
- Use meta tags to make the page SEO friendly (1pt)
16+
- Make it so that the page works offline (2pt)
17+
18+
## Senior
619

720
- Create a GitHub repository (1pt)
821
- Store the tasks in localStorage (5pt)
@@ -49,7 +62,6 @@ This is a list of challenges that you can do to earn points. You can do as many
4962
---
5063

5164
- Make it so that the page works offline (2pt)
52-
- Make the app installable as a PWA (3pt)
5365
- Make it so that the page has 100% score on Lighthouse (4pt)
5466
- Deploy the app to a static hosting service such as GitHub Pages, Netlify, or Vercel (5pt)
5567

0 commit comments

Comments
 (0)