File tree Expand file tree Collapse file tree 4 files changed +9
-0
lines changed
static/img/showcase/debug-trainer Expand file tree Collapse file tree 4 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,12 @@ const projects = [
4747 link : 'https://github.com/fkromer/taunorris' ,
4848 screenshots : [ '0.png' ] . map ( ( image ) => imgPath + 'taunorris/' + image ) ,
4949 } ,
50+ {
51+ title : 'Debug Trainer' ,
52+ image : imgPath + 'debug-trainer/logo.png' ,
53+ link : 'https://github.com/kickstartcoding/debug_trainer_app' ,
54+ screenshots : [ '0.png' ] . map ( ( image ) => imgPath + 'debug-trainer/' + image ) ,
55+ } ,
5056]
5157
5258const customStyles = {
Original file line number Diff line number Diff line change 270270 },
271271 {
272272 "description" : " Local client for chucknorris.io built with Tauri and Vue.js 3."
273+ },
274+ {
275+ "description" : " Reversably introduce bugs into your code so that you can safely practice debugging."
273276 }
274277 ],
275278 "yourProject" : " Your project" ,
You can’t perform that action at this time.
0 commit comments