const Portfolio = {
technologies: {
frontEnd: {
js: ['React', 'React three fiber', 'React hooks'],
css: ['bootstrap'],
3dModel: ['Blender']
},
backEnd: 'Just a big JSON file mocking as an API response',
ciCd: ['Circle CI', 'CD (WIP)'],
tools:{
test: ['Jest', 'Enzyme', 'RTL'],
versionControl: ['Git']
}
},
}
- Write unit tests for components (Used Enzyme, Jest and RTL [React Testing Library])
- Write integration tests for sections
- Setup CI pipleline to execute tests and build in Circle CI
- Implement CD (Work in Progress)
- Rewrite app using TypeScript