More about me
const amanda = {
personal: {
fullName: 'Amanda Ribeiro',
birthDate: '1997-01-19',
sign: 'Capricorn',
pronouns: 'she' | 'her',
interests: ['music', 'shows', 'language learning', 'travel', 'Cool places', 'Gym'],
motivation: ['Learning daily']
},
technical: {
technologies: {
frontEnd: {
Javascript: ['React', 'Angular', 'Vue.js'],
HTML: ['HTML5', 'Semantic HTML'],
CSS: ['Styled Components', 'Bootstrap', 'Tailwind CSS']
},
backEnd: {
Javascript: ['Node.js'],
Python: ['Flask'],
PHP: ['Laravel'],
Java: ['Spring Boot'],
C: ['GTK+ Toolkit']
},
architecture: []
}
}
};