@@ -29,6 +29,8 @@ Fourth version of my personal portfolio website with Next.js, Framer Motion, San
2929
3030### General
3131
32+ - Clean, modern, responsive and Matrix-inspired design
33+ - Matrix canvas rain effect on front page
3234- Next.js 14 with Typescript and App router
3335- Sanity.io for fetching project information and frontpage text
3436- Ladle for component documentation
@@ -46,14 +48,12 @@ Fourth version of my personal portfolio website with Next.js, Framer Motion, San
4648- Fully responsive design tested on all devices
4749- React Icons for project icons
4850- Tailwind CSS for styling
49- - Google fonts with Lato (optimized with @next/font for Next.js)
5051- Animated reusable input fields
5152
5253### Accessibility
5354
5455- WCAG accessibility tested
5556- Accessibility testing with Cypress Axe
56- - Accessibility testing with Axe in Storybook for each component
5757
5858### Devops / Code quality
5959
@@ -64,8 +64,4 @@ Fourth version of my personal portfolio website with Next.js, Framer Motion, San
6464- E2E testing with Playwright integrated with Github actions
6565- Unit testing with Jest and React Testing Library integrated with CircleCI
6666- Test coverage setup with Codecov
67- - 97% test coverage with Jest and React testing library
68-
69- ## TODO
70-
71- - React Hook Form
67+ - 97% test coverage with Jest and React testing library
0 commit comments