
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

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.
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
"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
A comprehensive hotel management platform with booking system, room management, guest services, and administrative dashboard.

Talent Showcasting
Real-time analytics dashboard for businesses to monitor KPIs, sales data, and customer insights with interactive charts.
Social Media Platform
A full-featured social media platform with real-time messaging, post sharing, and community features.
Self - Life Planning App
A comprehensive iOS application built with Swift for complete life management

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

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
Ongoing Projects
Current projects in active development

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