You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/data/projectsData.js
+29Lines changed: 29 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@ import tech from '../assets/svg/projects/pythonlog.svg'
3
3
importthreefrom'../assets/svg/projects/mars.svg'
4
4
importscbfrom'../assets/svg/projects/scb.svg'
5
5
importp2hfrom'../assets/svg/projects/p2h.svg'
6
+
importkeysfrom'../assets/svg/projects/keys.png'
6
7
7
8
8
9
exportconstprojectsData=[
@@ -51,4 +52,32 @@ export const projectsData = [
51
52
demo: 'https://mathcodes.github.io/pick2hand/',
52
53
image: p2h
53
54
},
55
+
{
56
+
id: 6,
57
+
projectName: 'Pro Typer',
58
+
projectDesc: 'A quick project to review event handlers and do something useful and practical. Use this app to improve your keyboarding skills. FUTURE DEVELOPMENT: Scoring, typing words, difficulty levels, and wpm calculation. Coming soon!',
59
+
tags: ['HTML','CSS','JS','express'],
60
+
code: 'https://github.com/mathcodes/monitor',
61
+
demo: 'https://mathcodes.github.io/pick2hand/',
62
+
image: keys
63
+
},
64
+
// {
65
+
// id: 7,
66
+
// projectName: 'Pro Typer',
67
+
// projectDesc: 'A quick project to review event handlers and do something useful and practical. Use this app to improve your keyboarding skills. FUTURE DEVELOPMENT: Scoring, typing words, difficulty levels, and wpm calculation. Coming soon!',
// projectDesc: 'A quick project to review event handlers and do something useful and practical. Use this app to improve your keyboarding skills. FUTURE DEVELOPMENT: Scoring, typing words, difficulty levels, and wpm calculation. Coming soon!',
0 commit comments