Skip to content
View ankushjamdagani's full-sized avatar
πŸ§Ÿβ€β™‚οΈ
Building things
πŸ§Ÿβ€β™‚οΈ
Building things
Block or Report

Block or report ankushjamdagani

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
ankushjamdagani/README.md

Greetings, fellow code wranglers! πŸš€

πŸ‘¨β€πŸ’» Sorcerer of Software Engineering | 7+ Years X

import { ReactJS } from 'myTechStack';

const AboutMe = () => {
  const myJourney = [
    'πŸ”₯ Crafting pixels into seamless user experiences since 2016',
    'πŸ’» Mastering the arcane arts of ReactJS and its mystical stacks',
    'πŸš€ Launching web applications to new dimensions of performance',
    'πŸ“± Transforming designs into living, breathing interfaces',
    '🌐 Navigating the ever-expanding cosmos of front-end technologies',
  ];

  return (
    <div>
      <h2>πŸš€ About Me:</h2>
      <ul>
        {myJourney.map((milestone, index) => (
          <li key={index}>{milestone}</li>
        ))}
      </ul>
      <p>Let's code the future together! 🌌✨</p>
    </div>
  );
};

export default AboutMe;

Pinned

  1. unwitty-engine unwitty-engine Public

    ✨ web-based game engine for graphics, audio, and logic

    JavaScript 1

  2. semantic-chat semantic-chat Public

    Chat Application with realtime semantic analytics feedback

    JavaScript 1

  3. the-purgatory/sc-app the-purgatory/sc-app Public

    Semantic Chat Mobile App

    Objective-C

  4. the-purgatory/sc-web the-purgatory/sc-web Public

    Semantic Chat Web App

    JavaScript