Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
amirallami-code
Follow
Googling how to center a div

Amirhossein Allami amirallami-code

Googling how to center a div
Front-end enthusiast by day, algorithm adventurer by night.

Organizations

Block or report amirallami-code

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user's behavior. Learn more about reporting abuse.

Report abuse
amirallami-code/README.md
const createDeveloperProfile = () => {
const profile = {
name: "Amir",
title: "Front-end Developer",
quote: "Building clean code that solves real problems",
interests: ["Web Development", "Algorithm Design", "AI", "Linux Systems"],
technologies: ["TypeScript", "ReactJS", "NextJS", "Tailwind", "Git"],
strengths: ["Problem-solving", "Attention to detail", "Fast learner"],
languages: ["English (Fluent)", "Persian (Native)"],

contact: {
website: "amirallami.com",
email: "amirallami.dev@gmail.com",
github: "github.com/amirallami-code",
linkedin: "linkedin.com/in/amirallami",
leetcode: "leetcode.com/amirallami-code"
}
};
return profile;
};

Pinned Loading

  1. framer-landing-page framer-landing-page Public

    A modern, responsive SaaS landing page built with Next.js 15, TypeScript, and Tailwind CSS.

    TypeScript 4

  2. ai-resume-analyzer ai-resume-analyzer Public

    AI-powered Resume Analyzer built with React & Puter.js. Includes seamless auth, upload and store resumes, and match candidates to jobs using smart AI evaluations. All wrapped in a clean, reusable UI.

    JavaScript 9

  3. amirallami.com amirallami.com Public

    A modern, responsive portfolio website showcasing my skills as a Frontend Developer and Graphic Designer.

    TypeScript 37

  4. license-guide license-guide Public

    A comprehensive guide to understanding, choosing, and applying software licenses

    49 4

  5. binary-search-algorithm binary-search-algorithm Public

    This repository houses a robust implementation of the binary search algorithm. Binary search is a highly efficient method for locating an item in a sorted list by systematically dividing the search...

    JavaScript 49

  6. selection-sorting-algorithm selection-sorting-algorithm Public

    This project provides a visual and interactive implementation of the Selection Sort algorithm, designed to help users understand how this sorting method works in practice.

    JavaScript 35