Skip to content
View azzzrro's full-sized avatar
Block or Report

Block or report azzzrro

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
azzzrro/README.md

Logo

profile views GitHub followers Linkedin followers Facebook friends

import React from 'react';

const Introduction = () => {

  const name = "Muhammed Azhar";

  const introduction = (
    <>
      <p>
        👋Hello there! I'm {name}, a passionate Full Stack Developer with a flair for Front-End Development. 💻✨
        As a front-end enthusiast, I thrive on creating captivating user experiences through sleek and intuitive interfaces.

        With my expertise in software development, I bring ideas to life by crafting pixel-perfect designs and seamlessly
        integrating them into functional websites and applications.

        Let's connect and collaborate on bringing your ideas to life! Together, we can create stunning front-end solutions
        that make a lasting impact.🚀✨
      </p>
    </>
  );

  return (
    <div id="intro">
      {introduction}
    </div>
  );
};

export default Introduction;

languages and tools:

Figma MUI Tailwind CSS

NodeJS MongoDB Express.js postgresql MySQL firebase

Linux Git NPM Chart.js AWS Nginx Postman

Connect me in socials:

Azhars LinkedIN Azhars Behance Azhar's Instagram Muhammed Azhar | Twitter Muhammed Azhar | Twitter

Popular repositories

  1. CRUD-CleanArchitecture-TypeScript CRUD-CleanArchitecture-TypeScript Public

    A server-side application built using clean architecture principles, TypeScript, Node.js, Express.js, and MongoDB. The project focuses on providing a robust foundation for performing basic CRUD ope…

    TypeScript 8

  2. React-Redux-CRUD-Design React-Redux-CRUD-Design Public

    Client-side application built with React and Redux, offering basic CRUD operations. Users can perform essential tasks like login, signup, edit profile. Admins can view and edit user details, delete…

    JavaScript 7 1

  3. projectYara projectYara Public

    Yara is an e-commerce project of skin care products built on HTML, CSS, bootstrap, jQuery, and JavaScript for the front end, and Node.js, Express.js, and MongoDB for the backend. It offers a user-f…

    CSS 6

  4. Data-Structure-Solutions-2 Data-Structure-Solutions-2 Public

    Data structure solutions for various sorting algorithms such as bubble sort, insertion sort, selection sort, quick sort, and merge sort. Additionally, essential data structures like hash tables, st…

    JavaScript 6

  5. Data-Structure-Solutions-3 Data-Structure-Solutions-3 Public

    Data structure solutions encompassing binary search trees, graphs, depth-first search, breadth-first search, heaps including min and max heaps, and tries. These resources are invaluable for both le…

    JavaScript 6

  6. Safely-Client Safely-Client Public

    Client-side codebase for Safely. Built with TypeScript and React, which powered the user interface and interactive features of the Safely platform, offering a smooth and secure experience for book…

    TypeScript 6