How This Site Was Built

A brief look at the technologies and principles I used to create this portfolio site.

You can explore the modern technologies and tools I used in my portfolio site in this section. My goal was to provide a fast, responsive, and sustainable experience.

Key Technologies Used:

React
Next.js
Tailwind CSS
CDN

All features and enhancements were implemented using these technologies to ensure a seamless user experience across different devices and screen sizes.

page.tsx
import { motion } from 'framer-motion';
import { useTranslations } from 'next-intl';

export default function Projects() {
const t = useTranslations('about');
  return (
    <motion.div
      initial={{ opacity: 0, y: 50 }}
      whileInView={{ opacity: 1, y: 0 }}
      viewport={{ once: true }}
      className="text-center"
    >
      <h1 className="text-3xl font-bold">
        {t('title')}
      </h1>
    </motion.div>
  );
}

In Development

I am currently developing an innovative mobile application with AI-powered features and custom functionalities.

👗

SnapDress

Mobile Application

Progress
72% Complete
In Development

I am developing a next-generation mobile application featuring advanced AI integration, custom user functionalities, and cross-platform compatibility. It will be ready for both the Play Store and the App Store.

AI Integration

Cross-Platform

Admin Panel

Secure Backend

Tech Stack

React NativeReactNode.jsAI/ML APIsPostgreSQLFirebaseAWS
SnapDress Pro
🤖
📊

Some of My Completed Projects

A selection of projects I have previously completed and launched

Online Consulting Mobile App & Website

A platform where you can receive online (live/video) or offline consultations from industry experts.

1

GökYolu Astrology Mobile App & Website

A platform where you can get personalized astrology readings from expert astrologers, offering both online and in-person services.

2

4ZEL Chat with AI Avatar Mobile App & Website

An application where you can chat with realistic human avatars created with artificial intelligence.

3

Smoker App

A mobile application that tracks your smoking habits and provides detailed analytical reports.

4

Image and Video Generation Service

A service offering advanced face-swapping, voice-changing, and AI-powered media generation tools.

5

Technologies I Work With

The technologies I use while developing my projects.

Frontend Development

I create engaging, user-friendly interfaces using modern frameworks and responsive design.

  • React & Next.js
  • Responsive & Adaptive Design
  • Interactive UI/UX
  • Performance Optimization

Backend Development

I develop secure, scalable, and high-performance solutions and set up database systems.

  • Node.js
  • PHP & Laravel
  • Java & Spring Boot
  • Python

Mobile Development

I develop modern, high-performance mobile applications with smooth user experiences, scalable architecture, and seamless cross-platform integrations.

  • React Native
  • Swift
  • Push Notification & Deep Linking Systems
  • User Data Analytics

Cloud and Database

I build continuous deployment, continuous integration, and scalable infrastructure systems on cloud platforms.

  • AWS & Vercel Deployment
  • Docker & Kubernetes
  • SQL or NoSQL database
  • Redis & Firebase
Projects | Hüseyin Özel