My works

Here are some of my projects.
Each one helped me learn something new.

Use the arrows to move between projects.

FleetFlow

A full-stack project for delivery work. It has pages for trips, drivers, and vehicles. I built it to improve my backend skills, practice APIs, and connect a React frontend with a Laravel/PHP backend.

FleetFlow trips page FleetFlow drivers page FleetFlow vehicles page

TypeCheck

A typing speed tester made with TypeScript. You can type the text, start a speed test, and see your result. This project helped me practice UI logic, timers, and working with user input.

Speed Checker desktop page Speed Checker desktop test Speed Checker desktop results Speed Checker mobile test

Todo App

A task manager made with React and TypeScript. You can create tasks, keep your list organized, and work with a simple interface. This was useful practice for components, state, and forms.

Todo app screenshot

Phone Book Fullstack

A full-stack contact manager. You can add, search, edit, and delete contacts. I used this project to practice frontend, backend, forms, requests, and working with stored data.

Phone Book contacts page Phone Book search dialog Phone Book update dialog

Audio Player

A browser audio player with basic music controls. You can play, pause, and switch tracks. This project helped me practice JavaScript events and UI state.

Audio Player screenshot

Checkers Game

A classic checkers game for two players on one device. The project is made with Next.js and helped me practice game logic, components, and user actions.

Checkers Game screenshot