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
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
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