Here is the list of open-source projects i've developed myself
Web-frontend
-
Personal-page
Yep, this very page you're currently visiting. This site is totally usable with noscript, and that's on purpose. Please, try to keep it the way it is. Still, it have some quality of life features for those with javascript enabled.
- Built with Vue 2 + Nuxt (with content and feed modules) + TypeScript
-
Hehex-color-picker
DEMO Tool to get hex colors with regex and edit given colors by shifting HSL. I used it to create my own Blender themes: Dirty-orange, Dark-violet. Don't get me wrong, most likely you won't be able to build a perfect theme with just this tool, but imho it's a good starting point.
- Built with Vue 3 + Typescript
- Testing automated with Jest
-
Stop-screencast
DEMO Just a prototype. This app (or I would say a component) is inspired by the khan academy component used in the JS course.
- Built with Vue 3 + Typescript + highlight.js
- Testing automated with Jest + Cypress
-
Backgammon-vue
DEMO Backgammon ("short" version). I made this only to practice with Vue.
- Built with Vue 3
-
EZ-font-styling-with-css-n-vue
DEMO Tool to configure font styles.
- Built with Vue 3 + highlight.js