My Projects

GymTracker Preview
GymTracker

GymTracker is a comprehensive web application designed for fitness enthusiasts to track their workouts, monitor body measurements, and analyze training progress. Built with Blazor Server and modern .NET technologies, it offers a robust platform for managing your fitness journey.

Portfolio Website Preview
Portfolio Website

A personal portfolio website built with Next.js and React Bootstrap, showcasing my projects and skills.

Python Raycaster Preview
Python Raycaster

Game written in Python using Pygame library with game engine built from scratch. Features raycasting rendering, collision detection, user interface, equipable weapons and simple AI.

Lego Ranking Preview
Lego Ranking

A web application for ranking most cost effective Lego bundles, with custom scraper. Built with Python (Django, Django REST Framework, Selenium, Poetry), PostgreSQL, Docker, Redis, Celery and TypeScript (React.js, Next.js, Tailwind CSS).

Android Todo App Preview
Android Todo App

Simple Todo App for Android with CRUD operations, custom notification system, alarm setting, filtering mechanism, written in Kotlin using Android Studio.

SzczurTV Preview
SzczurTV

A simple streaming platform inspired by Twitch and Kick with streaming feature, live chat and user authentication. Developed using C#, Blazor, ASP.NET Core, Docker and nginx.

Django Blog Preview
Django Blog

django-blog is a simple blog built with Django with posts and categories CRUD functionality, user authentication system, posts commenting system, user profiles, template-based interface styled with bootstrap, search system, category filtering, email notification and feedback system, redactor status allowing user to CRUD posts and comments.

Tic Tac Toe with AI Preview
Tic Tac Toe with AI

Simple Python tictactoe game with alpha beta pruning minimax AI implemented with pygame.

Maze Generator Preview
Maze Generator

Maze Generator is a Python project that uses an A* pathfinding algorithm to find the shortest path through a randomly generated maze. The project also includes a maze generator based on a modified version of Kruskal's algorithm.