Skip to content

Commit 5642dea

Browse files
committed
additions
1 parent 04b056f commit 5642dea

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

src/assets/svg/projects/ss.png

60.4 KB
Loading

src/assets/svg/projects/ss2.png

89.4 KB
Loading

src/data/projectsData.js

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,23 @@ export const projectsData = [
100100
code: 'https://github.com/mathcodes/monitor',
101101
demo: 'https://mathcodes.github.io/pick2hand/',
102102
image: keys
103-
}
104-
103+
},
104+
{
105+
id: 9,
106+
projectName: 'Scientific Calculator',
107+
projectDesc: '\n\n\nAn advanced, mobile-friendly calculator built using ganja.js. This app works great on mobile, providing a full screen, highly-capable calculator which includes a help button that provides useful guides on what each button does, with examples ready to go.\n',
108+
tags: ['HTML', 'CSS', 'JS', 'Ganja.js'],
109+
code: 'https://github.com/mathcodes/scientific-calculator',
110+
demo: 'https://scientific-calulator.vercel.app/',
111+
image: keys
112+
},
113+
{
114+
id: 10,
115+
projectName: 'contentfordevelopers.com',
116+
projectDesc: '\n\n\nOpen-source project with MVP in the works. A website built by devs, for devs, with education and learning as a top priority. Utilizing the power of open source contributors brings the most diverse collection of learning tools for coding.\n',
117+
tags: ['Data Structures', 'Algorithms', 'Open Source'],
118+
code: 'https://github.com/mathcodes/contentfordevelopers',
119+
demo: 'https://mathcodes.github.io/pick2hand/',
120+
image: keys
121+
},
105122
]

0 commit comments

Comments
 (0)