About me

My name is Andrej and coding is one of my greatest passions

Skills


PHP

JavaScript

Bootstrap

Wordpress

Github


React

Angular

Android

Java

My Projects

I like creating functional web apps, that are intuitive and easy to use.

Kanban Board

Kanban Board

This is my latest personal project. It will be a board for creating tasks, moving them up and down depending on the priority, moving them between columns and so on.


Laravel

Bootstrap

Treasure Hunters

Treasure Hunters

This is my second personal project. The game consists of a grid of tiles that correspond to different outcomes in a treasure hunt. The goal is to find a treasure and carry it back to the ship. Start the game by selecting the ship and create a path towards the hidden treasure by selecting an adjacent tile. Continue to select tiles until a treasure is found. Watch out for the sharks, which will kill a diver on your ship and restart the mission with the last remaining diver!

Tiles include:

  • Shark that will kill the diver that finds it
  • Arrows that only allow the diver to move in specific directions
  • Treasure for points
  • Mermaid that allows the diver to move diagonally as far as the grid will allow
  • Fish
  • Seahorse, that allows the diver to move in an L shape


JavaScript

React

Bootstrap

The Memory game

Memory Game

I created this game in pure object oriented JavaScript and Bootstrap. Initially it used jQuery dialog but I realized that it was not compatible with older mobile devices.
The game was initially built only for a computer screen, but I eventually made it fully responsive.
In the initial form you enter your name, and then you can add more human or computer players.
Once the game starts, you try to match two cards. If you get a match, you get to keep going, otherwise it is the next players turn.


JavaScript

Bootstrap

Memory Game App

Memory Game App Main Menu Screen Menu Screen

Memory Game App Game Screen Game Screen

Memory Game App Results Screen Results Screen

This is the Android App version of the Memory Game. Currently in open beta and fully functional.


Android

Java

The Donations App

Donations App Splash SCreen Splash Screen

Donations App Main Screen Main Screen

Donations App Report Screen Report Screen

This app is used to collect a certain amount in donations entered through either a text field or a number picker. The user can also pick to donate using Paypal or a direct donation. As donations are added, a progress bar gets filled until a user can no longer donate. There is a report page that lists all the donations entered and what method was used.
I decided to use colors that are easy on the eye, and organized it in a way that is easy to navigate.
I developed this project all by myself.


Android

Java

Rock Paper Scissors Game

Rock Paper Scissors App Main Screen Initial Screen

Rock Paper Scissors App Game Screen Game Screen

This app is a simple rock paper scissors game. When the user clicks on one of the buttons, the computer will randomly pick either a rock, a paper a scissors and a winner will be determined based on what item beats another item.
I wanted to make the interface simple and intuitive, and I picked the images based on what they represent and would be easy to identify. I also made sure that the colors would be easy on the eyes.
This is another project that I have developed by myself.


Android

Java