Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 1.19 KB

README.md

File metadata and controls

33 lines (28 loc) · 1.19 KB

Hi there 👋 Welcome to my Portfolio! I'm Sameer, Web Developer

CircleCI Linkedin: amadoabaca

About this project

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']
    }
  },
}

TODO

  • 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