Start
Hi, my name is Shankar Makwana
i code and develop
Let me show You...
Work.jsx
Selected websites, admin panel projects...
About.jsx
class
Shankar Makwana {··
// I can, because I did.
··
// My vast variety of skills is continuously expanding.
··
constructor
() {····
this.name = 'Shankar Makwana'····
this.dateOfBirth = 876704460····
this.email = 'sjmakwana333@gmail.com'··
}··
workExperience () {····
return
[······
{ '2022-present': 'Frontend Developer at AeonX Digital Solutions' },······
{ '2019-2022': 'Web Developer at Arkay Apps' }····
]··
}··
education () {····
return
[······
{ '2016-2019': 'Bachelor of Engineering (BE) in Computer Science and Engineering (CSE) at HJD Institute' },······
{ '2013-2016': 'Diploma (DE) in Computer Science and Engineering (CSE) at Government Polytechnic, Bhuj' }····
]··
}··
skills () {····
return
[······
{ 'expertise': 'ReactJS', 'NextJS', 'Javascript','Core PHP', 'HTML', 'CSS', 'SCSS', 'Bootstrap', 'Git', 'npm' },······
{ 'basics': 'Node.js', 'Tailwind CSS', 'Vite', 'yarn', 'Docker', 'MySQL', 'Wordpress', 'Photoshop', ,'AWS', 'TypeScript' }····
]··
}}