Professional and personal projects.
My GitHub has many repositories for random projects and experiments, but here are a few of the more notable professional and personal projects that I've worked on over the years.
Art Store
I do naturalist and abstract art and I try to create everyday. I sell my art on my online store. I've built the store using React, and AWS. Works with Stripe and Printful. If you are into naturalist, calm, love-oriented scenes or want to order a print don't forget to have a look!store.fatihgozenc.com
Fontkeeper
Another font manager app but as PWA this time. It's a simple app that lets you view your fonts. You can also convert your fonts from OTF to TTF or WOFF or WOFF2 without needing a server. I used WebAssembly for conversion functions. It's free to use.fontkeeper.app
Memogerman
A word remembering app that I built for learning German by memorizing. It's a free to use PWA, that you can study for B1 verbs, artikels and citizenship questions for the exam.memogerman.app
Animpure
Simplest animation library for javascript that doesn't use any dependencies. It's a simple library that lets you animate your DOM elements with easing. It's built with Typescript and open source.github.com
Create Zen React App
A create-react-app alternative that I built for my own needs. Aim is no warnings or outdated packages in use. Built with Typescript and open source.github.com
Zen React Scripts
CLI tool for the create-zen-react-app. Uses webppack@5 and babel@7. Built with Typescript and open source.github.com