Your Name
Web Development
Mobile Development

I'm Harith Divarathna

Crafting cutting-edge software solutions for web and mobile platforms. Specializing in responsive web applications and native mobile experiences for Android and iOS.

About Me

Passionate about creating innovative and user-friendly applications

Professional Portrait

Software Engineer & Developer

With over 8 years of experience in software development, I specialize in building responsive web applications and native mobile apps for Android and iOS platforms.

My approach combines modern development practices with user-centered design, ensuring that applications are not only functional but also intuitive and enjoyable to use.

Web Development
Mobile Development
Frontend Development
Backend Development

My Expertise

Specialized skills in web and mobile application development

Frontend Development

  • React
  • Next.js
  • TypeScript
  • Tailwind CSS
  • Redux

Backend Development

  • Node.js
  • Express
  • Python
  • Django
  • GraphQL

Database

  • MongoDB
  • PostgreSQL
  • MySQL
  • Redis
  • Firebase

DevOps

  • Docker
  • Kubernetes
  • CI/CD
  • AWS
  • Azure

Code Playground

Explore and interact with code samples showcasing my development skills

Code Samples

React Component
"color: #c678dd;">import React, { useState, useEffect } "color: #c678dd;">from 'react';
"color: #c678dd;">import { motion } "color: #c678dd;">from 'framer-motion';

"color: #c678dd;">function InsideGames022() {
  "color: #c678dd;">const [visible, setVisible] = useState(false);

  useEffect(() => {
    setVisible(true);
    
    // Keep animation visible longer
    "color: #c678dd;">const timer = setTimeout(() => {
      setVisible(false);
    }, 8000);
    
    "color: #c678dd;">return () => clearTimeout(timer);
  }, []);

  "color: #c678dd;">return (
    <motion.div
      className="inside-games-container"
      initial={{ opacity: 0 }}
      animate={{ opacity: visible ? 1 : 0 }}
      transition={{ duration: 0.5 }}
    >
      <motion.h1
        initial={{ y: 50, opacity: 0 }}
        animate={{ y: 0, opacity: 1 }}
        transition={{ delay: 0.3, duration: 0.8 }}
        className="welcome-text"
      >
        Inside Games 022
      </motion.h1>
      
      <motion.p
        initial={{ y: 30, opacity: 0 }}
        animate={{ y: 0, opacity: 1 }}
        transition={{ delay: 0.8, duration: 0.8 }}
        className="description-text"
      >
        Your Ultimate Gaming Destination
      </motion.p>
      
      <motion.div
        className="animated-underline"
        initial={{ width: 0 }}
        animate={{ width: '200px' }}
        transition={{ delay: 1.3, duration: 0.8 }}
      />
      
      <motion.div
        className="gaming-icons"
        initial={{ opacity: 0, scale: 0.8 }}
        animate={{ opacity: 1, scale: 1 }}
        transition={{ delay: 1.8, duration: 0.6 }}
      >
        <div className="icon-grid">
          <div className="game-icon">🎮</div>
          <div className="game-icon">đŸ•šī¸</div>
          <div className="game-icon">đŸŽ¯</div>
          <div className="game-icon">🏆</div>
        </div>
      </motion.div>
      
      <motion.button
        className="visit-website-btn"
        initial={{ y: 30, opacity: 0 }}
        animate={{ y: 0, opacity: 1 }}
        transition={{ delay: 2.3, duration: 0.6 }}
        whileHover={{ scale: 1.05 }}
        whileTap={{ scale: 0.95 }}
      >
        🌐 Visit Website
      </motion.button>
    </motion.div>
  );
}

"color: #c678dd;">export default InsideGames022;

Featured Projects

Showcasing my work in web and mobile application development

Hotel Management System
Featured

Hotel Management System

A comprehensive hotel management platform with booking system, room management, guest services, and administrative dashboard.

ReactNode.jsMongoDB+2
Talent Showcasting
Featured

Talent Showcasting

Real-time analytics dashboard for businesses to monitor KPIs, sales data, and customer insights with interactive charts.

Next.jsTypeScriptD3.js+2
Social Media Platform

Social Media Platform

A full-featured social media platform with real-time messaging, post sharing, and community features.

ReactNode.jsSocket.io+2
Featured Project

Self - Life Planning App

A comprehensive iOS application built with Swift for complete life management

Self App Icon
Dashboard
iOS App

Self - Life Planning App

A comprehensive life management application built with Swift. Designed to help users organize their memories, manage finances, track habits, and achieve personal development goals.

🧠Memory Management
💰Money Management
🌙Dark Mode
📚Assignments & Exams
SwiftSwiftUICore DataiOS

App Features

🧠
Memory Management

Organize and track your important memories

💰
Money Management

Track expenses and manage your finances

🌙
Dark Mode

Beautiful dark theme for comfortable usage

📚
Assignments & Exams

Manage your academic schedule efficiently

đŸŽ¯
Habit Tracker

Build and maintain positive habits

⚡
Self Development

Track your personal growth journey

Currently Building

Ongoing Projects

Current projects in active development

Priority
Self - Life Planning App icon

Self - Life Planning App

Mobile App
In Development

A comprehensive iOS application built with Swift for complete life management including memory tracking, financial management, habit building, and personal development.

Progress75%
TeamSolo Project
ExpectedQ2 2025

Tech Stack

SwiftSwiftUICore DataiOS

Key Features

Memory Management System
Financial Tracking
Habit Tracker
Dark Mode Support
Academic Schedule Management
Personal Development Tracking
Interested in collaborating?
→

Get In Touch

Have a project in mind or want to discuss security solutions? I'd love to hear from you.

Contact Information

Email

contact@example.com

Phone

+1 (555) 123-4567

Location

San Francisco, CA

Let's Connect

Follow me on social media or check out my work on GitHub.

Send Me a Message