Hi, I’m Prashant 👋

Hi, I’m Prashant 👋

Thanks 🙇🏻 for visiting my Profile ❤️!

👨‍💻 Recently worked on

🔬 My other works

Check out my pinned repositories on Github

😍 Passionate about

💬 Want to connect? 📫

import * as React from 'react';
import * as ReactDOM from 'react-dom';

import { Profile, Email } from './components';

ReactDOM.render(
  <>
    <Profile type="LinkedIn" url="https://www.linkedin.com/in/pgmanutd" name="Prashant Goel" />
    <Email address="prashantmanunited@gmail.com" provider="Gmail" />
    <Profile type="Github" url="https://github.com/pgmanutd" name="pgmanutd" />
    <Profile type="LeetCode" url="https://leetcode.com/pgmanutd" name="Prashant Goel" />
  </>,
  document.getElementById('want-to-connect')
);

Linkedin Badge Gmail Badge Github Badge LeetCode Badge