{"id":16266249,"url":"https://github.com/w3bdesign/dfweb-v3","last_synced_at":"2025-06-21T23:36:10.197Z","repository":{"id":37002576,"uuid":"436458523","full_name":"w3bdesign/dfweb-v3","owner":"w3bdesign","description":"🏡 DFWeb personal portfolio version 3 with Next.js, Sanity.io, Framer Motion, Storybook, Tailwind CSS, Cypress, Playwright and more. 98% test coverage.","archived":true,"fork":false,"pushed_at":"2024-11-04T15:16:33.000Z","size":49713,"stargazers_count":22,"open_issues_count":2,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-21T23:35:28.694Z","etag":null,"topics":["chromatic","circleci","cypress","framer-motion","jest","nextjs","playwright","portfolio","react","sanity","storybook","tailwind","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/w3bdesign.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2021-12-09T02:32:33.000Z","updated_at":"2025-02-21T07:56:33.000Z","dependencies_parsed_at":"2023-09-26T22:25:40.385Z","dependency_job_id":"b39810d7-9ce0-403a-8398-b9cc14a7cc50","html_url":"https://github.com/w3bdesign/dfweb-v3","commit_stats":null,"previous_names":[],"tags_count":53,"template":false,"template_full_name":null,"purl":"pkg:github/w3bdesign/dfweb-v3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w3bdesign%2Fdfweb-v3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w3bdesign%2Fdfweb-v3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w3bdesign%2Fdfweb-v3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w3bdesign%2Fdfweb-v3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/w3bdesign","download_url":"https://codeload.github.com/w3bdesign/dfweb-v3/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w3bdesign%2Fdfweb-v3/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261211684,"owners_count":23125543,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chromatic","circleci","cypress","framer-motion","jest","nextjs","playwright","portfolio","react","sanity","storybook","tailwind","typescript"],"created_at":"2024-10-10T17:40:25.222Z","updated_at":"2025-06-21T23:36:05.168Z","avatar_url":"https://github.com/w3bdesign.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IMPORTANT\n\nThis project has been replaced by the newer and actively maintained https://github.com/w3bdesign/dfweb-v4\n\n* * *\n\n# Dfweb.no Portfolio Version 3\n\nThird version of my portfolio website with Next.js, Sanity.io and Typescript.\n\n\u003e ## Frontend\n\u003e\n\u003e \u003cimg src=\"https://user-images.githubusercontent.com/45217974/160189236-fa986737-f5a2-42bf-9008-50c59c13a645.png\" alt=\"Dfweb screenshot\" /\u003e\n\n\u003cbr /\u003e\n\n\u003e ## Backend\n\u003e\n\u003e \u003cimg src=\"https://user-images.githubusercontent.com/45217974/163738342-3e8ecc1c-e0d0-4f1d-8fcf-cbbccc31a2d7.png\" alt=\"Sanity backend\" /\u003e\n\n\u003cbr /\u003e\n\n\u003e ## Google Lighthouse\n\u003e\n\u003e \u003ccenter\u003e\u003cimg src=\"https://user-images.githubusercontent.com/45217974/154784575-ec7c0df5-3724-4de0-b8ec-c0ee6ea42f6f.png\" alt=\"Lighthouse score\" /\u003e\u003c/center\u003e\n\n## Features\n\n### General\n\n- Next.js 14 with Typescript\n- Sanity.io for fetching project information and frontpage text\n- Storybook for component documentation\n- Chromatic for visual testing of Storybook components\n- Animations with Framer Motion\n- React testing library for unit testing\n- Cypress for E2E testing\n- Filter project display\n- Contact form with Email.js\n- Display CV with React-PDF\n- Polymorphic components\n- Automatic sitemap generation (see /api/siteMapGenerator.ts)\n- Google rich results for each individual page\n- 100% score in Google Lighthouse\n\n### Design\n\n- Fully responsive design tested on all devices\n- React Icons for project icons\n- Tailwind CSS for styling\n- Google fonts with Lato (optimized with @next/font for Next.js)\n- Animated reusable input fields\n\n### Accessibility\n\n- WCAG accessibility tested\n- Accessibility testing with Cypress Axe\n- Accessibility testing with Axe in Storybook for each component\n\n### Devops / Code quality\n\n- Continuous Integration with CircleCI\n- CircleCI will warn before deploy if tests fail (setup for React testing library, Cypress and Chromatic)\n- Code quality analysis with Codacy, Sonarcloud, LGTM and Codeclimate\n- E2E testing with Cypress integrated with CircleCI\n- E2E testing with Playwright integrated with Github actions\n- Unit testing with Jest and React Testing Library integrated with CircleCI\n- Test coverage setup with Codecov\n- 98% test coverage with Jest and React testing library\n\n## TODO\n\n- React Hook Form\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fw3bdesign%2Fdfweb-v3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fw3bdesign%2Fdfweb-v3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fw3bdesign%2Fdfweb-v3/lists"}