-
Notifications
You must be signed in to change notification settings - Fork 3
/
data.json
38 lines (38 loc) · 2.24 KB
/
data.json
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
[
{
"projectName": "Dice Game",
"tryItLink": "https://utkarsh1311.github.io/web-dev-practice/dice-kit/index.html",
"imageUrl": "https://user-images.githubusercontent.com/78051214/136400543-41b561d8-7c45-4cfc-9530-bab7fcf1ed03.png",
"description": "This is a local two-player and one control game. As soon as you refresh you get the result.The one with the highest value die win. Refresh the page to get a new result."
},
{
"projectName": "Drum Kit",
"tryItLink": "https://utkarsh1311.github.io/web-dev-practice/drum-kit/index.html",
"imageUrl": "https://user-images.githubusercontent.com/78051214/136400550-83b6c1d8-640e-4c3e-97dd-d87c9d01fd94.png",
"description": "Use your computer keyboard to jam away musically!"
},
{
"projectName": "Order Card Summary",
"tryItLink": "https://utkarsh1311.github.io/web-dev-practice/order-summary-component-main/index.html",
"imageUrl": "https://github.com/utkarsh1311/web-dev-practice/blob/main/order-summary-component-main/design/screenshot.png",
"description": "Solution for the FrontEndMentor summary card component challenge"
},
{
"projectName": "Simon Game Challenge",
"tryItLink": "https://utkarsh1311.github.io/web-dev-practice/Simon%20Game%20Challenge%20Starting%20Files/index.html",
"imageUrl": "https://user-images.githubusercontent.com/78051214/136666897-847da8e6-a922-4c72-81ec-b5776b4e2699.png",
"description": "A digital version of the classic memory game called Simon Game! "
},
{
"projectName": "Advice generator app",
"tryItLink": "https://utkarsh1311.github.io/web-dev-practice/advice-generator-app-main/index.html",
"imageUrl": "advice-generator-app-main/design/mobile-design.jpg",
"description": "A simple app to generate random advices"
},
{
"projectName": "Sunnyside agency landing page",
"tryItLink": "https://utkarsh1311.github.io/web-dev-practice/sunnyside-agency-landing-page-main/index.html",
"imageUrl": "./sunnyside-agency-landing-page-main/design/Screenshot from 2022-04-14 23-24-00.png",
"description": "Solution for Sunnyside agency landing page challenge from Frontmentor.io"
}
]