Developed and Open-Sourced a CSS-based Text Portrait Generator
So on November 22, 2021. I developed an Open-Sourced CSS Text Portrait Generator due to its infamous demand and reputation here in the Philippines.. I created this for the fun and adventure of venturing more into "Open-Source", Now it took me only 2 days to deploy it on Vercel since I needed more time into File Handling via Vercel (since they dont allow read / write of files on their Platform).. For the Export Feature it basically uses the native localStorage on Javascript to fetch off the needed B64 Image from the Uploader. And now for the Upload Feature since I mentioned localStorage, it temporarily uses it as the Temporary Image Storage for it, more like a CDN (Content Delivery Network).. If you want to try out the Project, You may view it here via: https://corsair.technicalgeek.ml/ but if you want to contribute you may need to do a Pull Request from here by forking the Github Repository of the Project via this URL: https://github.com/binarykorra/corsair.tg

So that's it!, Happy Reading everyone..