Mohamed Elazap
class Mohamed Elazap {
// I'm ambitious and love new challenges :)
// My vast variety of skills is continuously expanding.
constructor() {
this.name = "Mohamed Elazap"
this.email = "jrazap1@gmail.com"
this.portfolio = "https://jrazap.com"
}
workExperience() {
return [
{ "2019 - 2022" : "Front-End Developer @ Freelancing Platforms" },
{ "July 2022 - now" : "Front-End Developer @ Spider-Te8" }
]
}
education() {
return [
{ "2018 - 2022" : "Computer Science, Bachelor's degree @ Mansoura University" },
{ "2020" : "Front-End Web Developer Nanodegree Program @ Udacity" }
]
}
skills() {
return [
'HTML', 'CSS', 'JavaScript',
'jQuery', 'Bootstrap', 'Tailwind CSS',
'npm', 'yarn', 'Jest', 'Reactjs','Vuejs',
'Sass', 'Pugjs' ,'Gulpjs', 'Webpack',
'Php','Python','Wordpress',
'Photoshop'
]
}
}




