Native
ECPE
Created a variation of the classic game 'Tic Tac Toe'. The difference in this variation is, that the board contains only the last 3 moves of each player(older moves get discarded). I created this project using astro(overall page structure), reactjs(front-end components), pixi.js(main game,board,interactions) and firebase(authentication,real-time interactions). Available at https://tic-tac-toe.a21.dev
React app that stores and displays score and statistics for card game 'Tichu'. User inserts the data after each turn using the intuitive UI. Uses redux toolkit for state management. Uses local storage/firebase firestore for persistence.Uses firebase authentication for user management. Available at https://tichu.a21.dev
Create a web interface that helps people customize their Bash PS1 prompt. It was developed using the front-end framework Angular(version 8). It is located on Github.
Created a CLI tool to handle several parameters of a *NIX system. Initially it was developed using JavaScript, but later I converted it to Typescript, primarily for maintainability reasons. It is located on GitHub.
At late 2018 I started developing a node.js typescript API that would serve as the back-end for a potential game. The API is based on JWT for authorization and uses sockets for the real-time communication with the front-end. It contains very complex logic built with best practices and is focused on future maintainability. The front-end is been developed with Angular.