function Developer() { const [skills, setSkills] = useState([ 'React', 'React Native', 'Node.js', 'Express', 'MongoDB' ]); const [projects, setProjects] = useState([]); const [isLearning, setIsLearning] = useState(true); useEffect(() => { // Always learning new technologies const interval = setInterval(() => { learnNewTech(); buildProjects(); }, 24 * 60 * 60 * 1000); // Every day return () => clearInterval(interval); }, []); return ( <Developer name="Haroon Azizi" passion="Building amazing software" goal="Making a difference through code" /> ); }
~/haroon/intro.js
const greeting =

|

Software Developer

About Me

I am a developer with expertise in building modern web and mobile applications. My journey in tech started with a curiosity for creating beautiful, functional websites.

I specialize in full-stack web and mobile app development, with a strong focus on creating seamless user experiences and robust backend solutions.

Frontend

React Native, React, Next.js, Tailwind CSS

Backend

Node.js, Express, MongoDB

Design

Figma, Adobe XD

Tools

Git, Docker, AWS

Featured Projects

Clinic Manager
NextJsPrisma

Clinic Manager

A full-stack clinic management application with patient records, appointment scheduling, and billing. The app is built using NextJs and is already used in multiple dental clinics.

Math + AI
React NativeAI

Ryazi21 - Math and AI (coming soon)

Ryazi21 is an AI-powered mathematics app designed to help students learn, practice and solve math problems. Trained on Afghanistan's mathematics books.

Typing Test
NextJsTwilwind

Typing Test App

Test your typing speed and accuracy with this interactive app. Built with Next.js and Tailwind CSS, it features real-time feedback, customizable tests, and detailed performance analytics.

~/haroon/contact.js

const message = "Let's work together"

console.log("Have a project in mind? I'd love to hear about it!");