-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrandom-project-links-array.js
More file actions
52 lines (52 loc) · 2.07 KB
/
random-project-links-array.js
File metadata and controls
52 lines (52 loc) · 2.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
export const randomProjectsArr = [
"Day 1 - Expanding cards/index.html",
"Day 2 - Progress Steps/index.html",
"Day 3 - Rotating navigation/index.html",
"Day 4 - Hidden Search Widget/index.html",
"Day 5 - Blurry loading/index.html",
"Day 6 - Scroll Animation/index.html",
"Day 7 - Split Landing Page/index.html",
"Day 8 - Wave Animation/index.html",
"Day 9 - Sound Board/index.html",
"Day 10 - Dad Jokes/index.html",
"Day 11 - Event KeyCodes/index.html",
"Day 12 - FAQ Collapse/index.html",
"Day 13 - Random picker/index.html",
"Day 14 - Animated Navigation/index.html",
"Day 15 - Incrementing Counter/index.html",
"Day 16 - Drink Water/index.html",
"Day 17 - Movie App/index.html",
"Day 18 - Background Slider/index.html",
"Day 19 - Theme Clock/index.html",
"Day 20 - Button Ripple Effect/index.html",
"Day 21 - Drag&Drop/index.html",
"Day 22 - Drawing App/index.html",
"Day 23 - Kinetic CSS Loader/index.html",
"Day 24 - Content Placeholder/index.html",
"Day 25 - Sticky Navbar/index.html",
"Day 26 - Double Vertical Slider/index.html",
"Day 27 - Toast Notifications/index.html",
"Day 28 - Github Profiles/index.html",
"Day 29 - Double Heart Click/index.html",
"Day 30 - Auto Text Effect/index.html",
"Day 31 - Password Generator/index.html",
"Day 32 - Good, Cheap, Fast Checkboxes/index.html",
"Day 33 - Notes App/index.html",
"Day 34 - Animated Countdown/index.html",
"Day 35 - Image Carousel/index.html",
"Day 36 - Hoverboard/index.html",
"Day 37 - Pokedex/index.html",
"Day 38 - Mobile Tab Navigation/index.html",
"Day 39 - Password Strength Background/index.html",
"Day 40 - 3D Background Boxes/index.html",
"Day 41 - Verify Account UI/index.html",
"Day 42 - Live User Filter/index.html",
"Day 43 - Feedback UI Design/index.html",
"Day 44 - Custom Range Slider/index.html",
"Day 45 - Netflix-ish Navigation/index.html",
"Day 46 - Quizz App/index.html",
"Day 47 - Testimonial Box Widget/index.html",
"Day 48 - Random Image Feed/index.html",
"Day 49 - Todo List/index.html",
"Day 50 - Insect Catch Game/index.html",
];