-
π¨βπ» All of my projects are available at https://aman-ap-portfolio.netlify.app/
-
π« How to reach me amanasstudent@gmail.com
-
π My Resume: https://drive.google.com/file/d/1yBAE2kJtaNutok-g1vXmw8ULfi-aEmYK/view?usp=drive_link
type DeveloperInfo = {
name: string;
role: string;
expertise: string[];
hobbies: string[];
};
const aman: DeveloperInfo = {
name: 'Aman Pathak',
role: 'React Developer',
expertise: ['React.js', 'JavaScript', TypeScript, NodeJs],
hobbies: ['Coding', 'Reading', 'Cricket'],
};
