SelectedProjects

A curated set of projects reflecting my approach to modern web development.

E-Commerce

E-Commerce Platform

Currently on development

Angular TypeScript SpringBoot PostgreSQL
Landing Page
Landing Page

Landing Page

Production-ready SaaS landing page built with React, Vite, and Tailwind CSS. Designed with conversion optimization in mind.

React TypeScript Tailwind CSS
Google Auth App
Web App

Google Auth App

This project is a simple demonstration of how to integrate Google One Tap sign-in into an Angular application. It showcases a common user flow with separate Login and Register pages and provides a solution for the exponential cooldown issue, where the One Tap prompt might not appear on a second page after being used on the first.

Angular TypeScript SCSS REST API
To Do List
Web App

To Do List

Project management and task tracking application for teams. Kanban board and time tracking.

Angular RxJS Material Design REST API
Interactive SVG Diagram
Web App

Interactive SVG Diagram

Interactive SVG diagram with 5 clickable nodes, hover-triggered popup cards, fade transitions on inactive elements, and animated connector lines. Built as a single HTML file with no dependencies, fully responsive and WordPress-compatible with mobile tap support.

SVG HTML5 CSS3 JavaScript CSS Animations WordPress
Weather Forecast App
Machine Learning

Weather Forecast App

Automated Weather Forecasting System, a robust Python utility designed for fetching and analyzing climate data. Using NumPy for numerical computations, the system processes environmental variables to generate accurate short-term forecasts, showcasing my ability to build data-intensive tools with clean and efficient code.

Python NumPy Pandas Matplotlib
Emotion Recognition App
Machine Learning

Emotion Recognition App

Facial Expression & Emotion Analyzer, a real-time AI tool built with Python that identifies human emotions through live webcam feeds. Utilizing Computer Vision libraries, the app detects facial landmarks and provides instant feedback on the user's emotional state, showcasing the integration of AI into interactive software.

Python TensorFlow OpenCV Keras