Here are some of my projects.
Each one helped me learn something new.
Use the arrows to move between projects.
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.
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.
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.
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.
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.