โ†’
About />
class
Abhay Sharma {
ยทยท
// I'm ambitious and love new challenges :)
ยทยท
// My vast variety of skills is continuously expanding.
ยทยท
constructor
() {
ยทยทยทยท
this.name = 'Abhay Sharma'
ยทยทยทยท
this.dayOfBirthTimestamp = 941706900
ยทยทยทยท
this.email = 'theabhaysharma007@gmail.com'
ยทยท
}

ยทยท
Work() {
ยทยทยทยท
return
[
ยทยทยทยทยทยท
{ '2019' : [ 'Developed the Octahacks 2.0 Website',
ยทยทยทยทยทยทยทยทยทยทยทยท
'Developed the Webpage for Chitkara University's Explore Project'

ยทยทยทยทยทยท
] }
ยทยทยทยทยทยท
{ '2018':[ 'Developed The College's Rangrezz Fest WebPage ',
ยทยทยทยทยทยทยทยทยทยทยทยท
'FrontEnd Developer for Target Blues'

ยทยทยทยทยทยท
] }
ยทยทยทยท
]
ยทยท
}

ยทยท
education() {
ยทยทยทยท
return
[
ยทยทยทยทยทยท
{ '2017-2021': 'Chitkara University B.E (CSE)' },
ยทยทยทยทยทยท
{ '2017': '10+2 Silver Bells Sr. Sec. School' },
ยทยทยทยท
]
ยทยท
}

ยทยท
skills() {
ยทยทยทยท
return
[ 'React', 'React-Native', 'Node.js', 'Express','Go' 'Bootstrap/Material Design', 'Redis' 'Redux' ,'Context-Api',
.... 'HTML5.1/CSS4/JS', 'Parcel-Bundler/Gulp/Grunt', 'SASS', 'npm/yarn', 'Docker', 'GIT/Github', 'Figma', 'MONGODB' , 'Realm DB' 'MySQL',
.... 'Photoshop',
]
ยทยท
}
}
โ†’