-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata-fem.js
104 lines (102 loc) · 3.86 KB
/
data-fem.js
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
/*
{
challenge: "",
folderName: "",
hasJavaScript: false,
usesAPI: false,
solutionUrl: "",
},
*/
export const solutions = [
{
challenge: "QR code component",
folderName: "qr-code-component",
hasJavaScript: false,
usesAPI: false,
solutionUrl: "https://www.frontendmentor.io/solutions/mobilefriendly-qr-code-page-using-flexbox-7qc88MuUbG",
},
{
challenge: "Product preview card component",
folderName: "product-preview-card-component",
hasJavaScript: false,
usesAPI: false,
solutionUrl: "https://www.frontendmentor.io/solutions/responsive-product-preview-card-using-css-grid-and-flexbox-Rui57Kc09b",
},
{
challenge: "Results summary component",
folderName: "results-summary-component",
hasJavaScript: false,
usesAPI: false,
solutionUrl: "https://www.frontendmentor.io/solutions/responsive-results-summary-using-css-grid-and-flexbox-AY52dCLJrO",
},
{
challenge: "Interactive rating component",
folderName: "interactive-rating-component",
hasJavaScript: true,
usesAPI: false,
solutionUrl: "https://www.frontendmentor.io/solutions/interactive-rating-component-using-html-css-and-javascript-rfiO0cERCQ",
},
{
challenge: "Order summary component",
folderName: "order-summary-component",
hasJavaScript: false,
usesAPI: false,
solutionUrl: "https://www.frontendmentor.io/solutions/responsive-order-summary-card-using-flexbox-LjQRt6r5am",
},
{
challenge: "Stats preview card component",
folderName: "stats-preview-card-component",
hasJavaScript: false,
usesAPI: false,
solutionUrl: "https://www.frontendmentor.io/solutions/responsive-stats-preview-card-using-css-grid-and-flexbox-WBtIASipyN",
},
{
challenge: "3-column preview card component",
folderName: "3-column-preview-card-component",
hasJavaScript: false,
usesAPI: false,
solutionUrl: "https://www.frontendmentor.io/solutions/responsive-3column-preview-card-component-with-css-grid-and-flexbox-kdwbHs_RbX",
},
{
challenge: "Profile card component",
folderName: "profile-card-component",
hasJavaScript: false,
usesAPI: false,
solutionUrl: "https://www.frontendmentor.io/solutions/responsive-profile-card-component-using-flexbox-8EN3jyK-GM",
},
{
challenge: "FAQ accordion card",
folderName: "faq-accordion-card",
hasJavaScript: false,
usesAPI: false,
solutionUrl: "https://www.frontendmentor.io/solutions/faq-accordion-card-without-javascript-42vn9Q9lsO",
},
{
challenge: "Ping single column coming soon page",
folderName: "ping-coming-soon-page",
hasJavaScript: true,
usesAPI: false,
solutionUrl: "https://www.frontendmentor.io/solutions/responsive-ping-coming-soon-page-with-vanilla-Repository-y6sfGWPXFH",
},
{
challenge: "Newsletter sign-up form with success message",
folderName: "newsletter-sign-up-with-success-message",
hasJavaScript: true,
usesAPI: false,
solutionUrl: "https://www.frontendmentor.io/solutions/responsive-newsletter-signup-form-using-vanilla-javascript-4ITcDDwYdB",
},
{
challenge: "FAQ accordion",
folderName: "faq-accordion",
hasJavaScript: false,
usesAPI: false,
solutionUrl: "https://www.frontendmentor.io/solutions/faq-accordion-with-html-css-and-no-javascript-Yvgwi8Gg3w",
},
{
challenge: "Advice generator app",
folderName: "advice-generator-app",
hasJavaScript: true,
usesAPI: true,
solutionUrl: "https://www.frontendmentor.io/solutions/advice-generator-app-with-vanilla-javascript-c3BKyJh-M8",
},
];