🇵🇱
Moje projekty
hangman
Hangman

Randomly select a word from a file, have the user guess characters in the word. For each character they guess that is not in the word, have it draw another partof a man hanging in a noose. If the picture is completed before they guess allthe characters, they lose.

View code
todolist-laravel
Todolist

The program allows you to manage the list of tasks. It's a simple CRUD.

View code
jobapps
JobApps

An application to help manage sent job applications. It features filtering and sorting by columns and allows you to change statuses at any time.

View code
Powerplant
PowerPlant

The application simulates the operation of 20 power generators that send data at short intervals on the power generated, the data is stored in a MongoDB database and once a day a report is generated from all the generators with the average power generated by each generator during the hour.

View code
chatbetweenusers
ChatBetweenUsers

The app allows you to chatting with other authenticated user.

View code
Design Patterns in PHP
Design Patterns in PHP

My design patterns implementations in PHP from book "Head First! Design Patterns" 1st edition

View code