[UI/] Developer

About />
class
Mariam Kikilashvili {
··
// I'm ambitious and love new challenges.
··
// My style is a modern and simple strategy.
··
constructor
() {
····
this.name = 'Mariam Kikilashvili'
····
this.dayOfBirthTimestamp = 22091999
····
this.email = 'kikilashvilimaru@gmail.com'
··
}
··
workExperience() {
····
return
[
······
{ '2022-now' : '{ UI Developer / mygpi.ge/ ' }
······
{ '2022-now' : '{ SOFTWARE ENGINEER / solminator.com/ ' }
······
{ '2020-now' : '{ UI Developer / Upwork.com ' }
······
{ '2019-2021' : '{ Officer at / Adjarabet.com ' }
······
{ '2018-2019': 'CTO at / TechnoCredit.ge ' }
····
]
··
}
··
Portfolio() {
····
return
[
······
{ Premium_Support_Officer: 'https://www.adjarabet.com/en/About' }
······
{ other /s not here...: }
····
]
··
}
··
skills() {
····
return
[ 'UI/UX', 'Scrum', 'HTML5', 'Javascript-Basic', 'ReactJs', 'AngularJs' 'TypeScript/JSON', 'jQuery', 'Atomic/tailwind/Bootstrap/Bulma/', 'Css/Sass/Scss/Less', 'npm/', 'jira/trello/asana', 'Figma/Abstract/Sketch/inVision/Zeplin/Photoshop/... 'GIT/etc', ]
··
}
}