Skip to content

Commit ff16c05

Browse files
authored
adds debug-trainer to showcase (tauri-apps#238)
* adds debug-trainer to showcase * adds debug trainer app description Co-authored-by: neurodynamic <>
1 parent d9d6f36 commit ff16c05

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

src/pages/showcase.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

5258
const customStyles = {
158 KB
Loading
15.3 KB
Loading

translations/en.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,9 @@
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",

0 commit comments

Comments
 (0)