{"id":30182862,"url":"https://github.com/kevinnizet/portfolio","last_synced_at":"2026-04-12T10:33:05.266Z","repository":{"id":234292971,"uuid":"775991583","full_name":"KevinNizet/portfolio","owner":"KevinNizet","description":"My personnal developer portfolio, built with React, Next.js and Tailwind CSS","archived":false,"fork":false,"pushed_at":"2024-07-29T13:18:50.000Z","size":18111,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-07-29T16:53:38.724Z","etag":null,"topics":["javascript","nextjs","portfolio","react","tailwindcss","vercel"],"latest_commit_sha":null,"homepage":"https://kevinnizet-portfolio.vercel.app","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/KevinNizet.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2024-03-22T13:10:56.000Z","updated_at":"2024-07-29T13:18:50.000Z","dependencies_parsed_at":"2024-04-21T18:33:36.868Z","dependency_job_id":"28415c3b-1d2f-4466-8bf0-420472383f0d","html_url":"https://github.com/KevinNizet/portfolio","commit_stats":null,"previous_names":["kevinnizet/portfolio"],"tags_count":2,"template":false,"template_full_name":"KevinNizet/portfolio","purl":"pkg:github/KevinNizet/portfolio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevinNizet%2Fportfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevinNizet%2Fportfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevinNizet%2Fportfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevinNizet%2Fportfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KevinNizet","download_url":"https://codeload.github.com/KevinNizet/portfolio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevinNizet%2Fportfolio/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270042169,"owners_count":24517000,"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","status":"online","status_checked_at":"2025-08-12T02:00:09.011Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["javascript","nextjs","portfolio","react","tailwindcss","vercel"],"created_at":"2025-08-12T10:18:02.555Z","updated_at":"2025-12-30T21:47:04.421Z","avatar_url":"https://github.com/KevinNizet.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kévin Nizet's Portfolio\n\n### Welcome to my development portfolio !\n\nThis portfolio showcases a selection of my projects and achievements in software development. I'm passionate about creating innovative and functional solutions, and this portfolio reflects my journey and skills in development.\n\n### How to reach me :memo:\n\nEmail : [kevin.nizet@gmail.com](kevin.nizet@gmail.com)\n\nLinkedIn : [link](https://www.linkedin.com/in/kevinnizet)\n\nFeel free to explore my projects above and reach out to me for any collaboration or professional opportunities !\n\n---\n\n# Demo :movie_camera:\n\n![](./public/image/demo.gif)\n\n## View live preview [here](https://kevinnizet-portfolio.vercel.app).\n\n---\n\n## Table of Contents :scroll:\n\n- [Sections](#sections-bookmark)\n- [Demo](#demo-movie_camera)\n- [Installation](#installation-arrow_down)\n- [Getting Started](#getting-started-dart)\n- [Usage](#usage-joystick)\n- [Packages Used](#packages-used-package)\n\n---\n\n# Sections :bookmark:\n\n- HERO SECTION\n- ABOUT ME\n- EXPERIENCES\n- SKILLS\n- PROJECTS\n- EDUCATION\n- CONTACT\n\n---\n\n# Installation :arrow_down:\n\n### You will need to download Git and Node to run this project\n\n- [Git](https://git-scm.com/downloads)\n- [Node](https://nodejs.org/en/download/)\n\n#### Make sure you have the latest version of both Git and Node on your computer.\n\n```\nnode --version\ngit --version\n```\n\n## \u003cbr /\u003e\n\n# Getting Started :dart:\n\n### Install packages from the root directory\n\nOnce you have fork and clone the repo, you should install all the packages.\n\n```bash\nnpm install\n# or\nyarn install\n```\n\nThen, run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\n---\n\n# Usage :joystick:\n\nOn [emailjs.com](https://www.emailjs.com/) you can create a new account for the mail sending. After setup `emailjs` account, you should create a new `.env` file from `.env.example` file.\n\nEg:\n\n```env\nNEXT_PUBLIC_EMAILJS_SERVICE_ID =\nNEXT_PUBLIC_EMAILJS_TEMPLATE_ID =\nNEXT_PUBLIC_EMAILJS_PUBLIC_KEY =\n```\n\n---\n\n# Packages Used :package:\n\n| Used Package List  |\n| :----------------: |\n|        next        |\n|  @emailjs/browser  |\n|    lottie-react    |\n| react-fast-marquee |\n|    react-icons     |\n|   react-toastify   |\n|  typwriter-effect  |\n|   react-toastify   |\n|        sass        |\n|    tailwindcss     |\n\n---\n\n# Credits :busts_in_silhouette:\n\nThis projects is freely inspired from @Abu Said open source project\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevinnizet%2Fportfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkevinnizet%2Fportfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevinnizet%2Fportfolio/lists"}