Fourth version of my personal portfolio website with Next.js, Framer Motion, Sanity.io and Typescript.
Live URL: https://www.dfweb.no
- Clean, modern, responsive and Matrix-inspired design
- Matrix canvas rain effect on front page
- Custom 404 page with Matrix rain effect
- Next.js 14 with Typescript and App router
- Sanity.io for fetching project information and frontpage text
- Ladle for component documentation
- Animations with Framer Motion
- React testing library for unit testing
- Cypress for E2E testing
- Contact form with Email.js
- Polymorphic components
- Automatic sitemap generation (see /api/siteMapGenerator.ts)
- Google rich results for each individual page
- 99% score in Google Lighthouse
- Fully responsive design tested on all devices
- React Icons for project icons
- Tailwind CSS for styling
- Animated reusable input fields
- WCAG accessibility tested
- Accessibility testing with Cypress Axe
- Continuous Integration with CircleCI
- CircleCI will warn before deploy if tests fail (setup for React testing library)
- Github action workflow for Cypress
- Code quality analysis with Codacy, Sonarcloud and Codeclimate
- E2E testing with Cypress integrated with CircleCI
- E2E testing with Playwright integrated with Github actions
- Unit testing with Jest and React Testing Library integrated with CircleCI
- Test coverage setup with Codecov
- 98% test coverage with Jest and React testing library