{"id":31051006,"url":"https://github.com/erickdc7/react-portfolio-8","last_synced_at":"2026-05-07T05:38:10.233Z","repository":{"id":314495550,"uuid":"1055216314","full_name":"erickdc7/react-portfolio-8","owner":"erickdc7","description":"3D Animated Portfolio Website with React \u0026 Motion and Three.js","archived":false,"fork":false,"pushed_at":"2025-09-27T23:15:20.000Z","size":7377,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-28T01:09:49.398Z","etag":null,"topics":["3d-portfolio","3d-website","motion","portfolio-website","react","responsive-design","three-js"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/erickdc7.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-12T00:19:06.000Z","updated_at":"2025-09-27T23:15:25.000Z","dependencies_parsed_at":"2025-09-12T21:03:31.381Z","dependency_job_id":"d9f885b6-fb4c-4ca6-96a7-0120fe2158ca","html_url":"https://github.com/erickdc7/react-portfolio-8","commit_stats":null,"previous_names":["erickdc7/react-portfolio-8"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/erickdc7/react-portfolio-8","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erickdc7%2Freact-portfolio-8","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erickdc7%2Freact-portfolio-8/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erickdc7%2Freact-portfolio-8/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erickdc7%2Freact-portfolio-8/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erickdc7","download_url":"https://codeload.github.com/erickdc7/react-portfolio-8/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erickdc7%2Freact-portfolio-8/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32725033,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["3d-portfolio","3d-website","motion","portfolio-website","react","responsive-design","three-js"],"created_at":"2025-09-14T23:44:19.834Z","updated_at":"2026-05-07T05:38:10.228Z","avatar_url":"https://github.com/erickdc7.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Portfolio 08\n\nThis design is inspired by the work of [Lama Dev](https://www.youtube.com/@LamaDev). Click [here](https://www.youtube.com/watch?v=KGCMSaEWPVs) to watch the video.\n\n## Technologies\n\nThis web page was made with the following technologies:\n\n- HTML5\n- CSS3\n- JavaScript\n- React\n- Vite\n- React Three Fiber\n- React Three Drei\n- Three.js\n- Motion (Framer Motion)\n- React Type Animation\n- React Lazyload\n\n## Pages\n\nThis project contains 4 main sections: **Hero**, **Services**, **Portfolio** and **Contact**.\n\n### Hero\n\n#### In this section you will see an animated title with a typing effect, a short description, and interactive 3D elements. The background features a dynamic shape that adds depth to the design.\n\n![preview hero section](public/Hero-preview.png)\n\n### Services\n\n#### In this section you will see a title and a list of services offered. Each service card is clickable and displays a corresponding 3D model (Computer, Mug, or Console) on the right side. The section also includes counters showing completed projects and happy clients.\n\n![preview services section](public/Services-preview.png)\n\n### Portfolio\n\n#### In this section you will see multiple completed projects displayed in a scrollable layout. Each project card shows an image, title, and description. The cards have smooth animations and parallax effects when scrolling.\n\n![preview portfolio section](public/Portfolio-preview.png)\n\n### Contact\n\n#### In this section you will see a contact form where visitors can send messages directly. The form is powered by EmailJS and includes fields for name, email, and message. A 3D text animation is displayed on the right side.\n\n![preview contact section](public/Contact-preview.png)\n\n## Features\n\n- **Lazy Loading**: Optimized performance with React Lazyload and Suspense for faster initial page load.\n- **3D Models**: Interactive 3D models using Three.js and React Three Fiber.\n- **Smooth Animations**: Powered by Motion (Framer Motion) for fluid transitions.\n- **Type Animation**: Dynamic typing effect in the hero section.\n\n## Installation\n\nFollow these steps to run the project locally:\n\n### Prerequisites\n\nMake sure you have [Node.js](https://nodejs.org/) installed on your machine.\n\n### Steps\n\n1. Clone the repository:\n   \n   ```\n   git clone https://github.com/erickdc7/react-portfolio-8.git\n   ```\n    \n3. Navigate to the project directory:\n\n   ```\n   cd react-portfolio-8\n   ```\n5. Install dependencies:\n\n   ```\n   npm install\n   ```\n7. Start the development server:\n\n   ```\n   npm run dev\n   ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferickdc7%2Freact-portfolio-8","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferickdc7%2Freact-portfolio-8","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferickdc7%2Freact-portfolio-8/lists"}