Skip to content

Commit b1819ff

Browse files
feat: client-side part 1
2 parents 5808ca1 + 42c5615 commit b1819ff

22 files changed

+4988
-3
lines changed

config/projects.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"title": "Learn How to Build a Client-Side App: Part 1",
101101
"dashedName": "learn-how-to-build-a-client-side-app-part-1",
102102
"isIntegrated": false,
103-
"description": "",
103+
"description": "In this project, you will learn how to build a multi-player client-side app that interacts with your previously deployed Tic-Tac-Toe game.",
104104
"isPublic": true,
105105
"currentLesson": 1,
106106
"runTestsOnWatch": true
@@ -110,7 +110,7 @@
110110
"title": "Learn How to Build a Client-Side App: Part 2",
111111
"dashedName": "learn-how-to-build-a-client-side-app-part-2",
112112
"isIntegrated": false,
113-
"description": "",
113+
"description": "In this project, you will learn how to use the Phantom browser extension to connect to your local validator, connect your wallet to your dApp, and sign transactions.",
114114
"isPublic": false,
115115
"currentLesson": 1,
116116
"runTestsOnWatch": true
@@ -120,7 +120,7 @@
120120
"title": "Build a Client-Side App",
121121
"dashedName": "build-a-client-side-app",
122122
"isIntegrated": true,
123-
"description": "",
123+
"description": "In this integrated project, you will use what you previously learnt to build an app your friends can use to message one another.",
124124
"isPublic": false,
125125
"currentLesson": 1
126126
},

0 commit comments

Comments
 (0)