Projects

Cathero.tools

A fullstack web application built with the goal of supplying tools for the mobile game "Cat Hero: Idle RPG". The frontend is served using React on Github pages, and the backend is running Django and Postgresql.

The main functionalities includes a News view which is used to serve news and related information about the game and site, and the builder. The builder's goal is to easily keep track off and share your in-game build which allows other people to see, and give feedback on it. The objects(Companions, skills, runes, etc) are served from a postgresql database from an endpoint on the Django backend, which comes with and admin panel which allows for easy updates to the game data. Beyond that it allows to saving the builds, and also have some calculations when you update the build to calculate mana cost of the build.

ReduxReact RouterVitePythonTailwind CSSTypescript