Hi, I am
Mikolaj Michalak

About me

I am a 2nd-year Telecommunications and IT student at Wroclaw University of Science and Technology.

I am interested in both frontend and backend development.

In the future I want to build websites end-to-end and handle everything around them.

My projects

Mini-Budget-Tracker

Mini Budget Tracker is a simple and intuitive tool for tracking daily income and expenses.

It allows you to quickly add new transactions, categorize them, and monitor your budget in real time.

This project was created in React for learning purposes and practical use in everyday financial management.

Weather app

A project built entirely in React.

It lets the user search weather in any city/country and shows current temperature and wind.

It taught me how to use useState, useEffect, and fetch data from an API.

To-do list

A project built in React.

It lets the user add tasks, remove tasks, clear the list, see how many tasks are left, and mark tasks as completed.

It helped me learn how useState works, proper re-rendering, and component relationships.

Calculator

A simple project built entirely in JavaScript.

It lets the user do basic math operations like addition, subtraction, division, and multiplication.

It taught me how much you can build with functions.