I just deployed the first version of my Virtual Paper Shredder. You’re welcome to speculate as to what that means. (or see the deployment here).
GitHub: AdrianR3/paper-shredder
Deployment: papershredder.netlify.app
I just finished my thesaurus extension which makes it very quick to find synonyms and antonyms for any words using the Merriam-Webster dictionary.
I just finished my blot submission which was inspired by the common QR code. My project supports encoding custom scannable text into the art. This required implementing the QR spec without any libraries- Never doing that again 🤣.
I just finished my blot submission which was inspired by the common QR code. My project supports encoding custom scannable text into the art. This required implementing the QR spec without any libraries- Never doing that again 🤣.
I just finished my Command Line Tic Tac Toe in java! It supports easy adding of different algorithms so you can create your own and compete it against other algorithms like Minimax.