{"id":31648176,"url":"https://github.com/dev-gaitano/jasmijn-schrofer","last_synced_at":"2026-04-11T19:06:24.541Z","repository":{"id":280101721,"uuid":"939169337","full_name":"dev-gaitano/jasmijn-schrofer","owner":"dev-gaitano","description":"A dynamic and visually engaging portfolio website built using React, specifically designed to showcase the creative work of acclaimed film director Jasmijn Schrofer","archived":false,"fork":false,"pushed_at":"2025-09-12T16:39:25.000Z","size":134669,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-12T18:44:53.788Z","etag":null,"topics":["cloudinary","postcss","react","tailwindcss","typescript","vite","web-development","website"],"latest_commit_sha":null,"homepage":"https://jasmijnschrofer.vercel.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dev-gaitano.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-02-26T05:24:06.000Z","updated_at":"2025-09-12T16:37:21.000Z","dependencies_parsed_at":"2025-09-12T18:44:55.348Z","dependency_job_id":"e54cfd78-c8df-4c61-b9be-47fd0ce4fabf","html_url":"https://github.com/dev-gaitano/jasmijn-schrofer","commit_stats":null,"previous_names":["dev-gaitano/lov-jas-port","dev-gaitano/jasmijn-schrofer-frontend","dev-gaitano/jasmijn-schrofer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dev-gaitano/jasmijn-schrofer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-gaitano%2Fjasmijn-schrofer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-gaitano%2Fjasmijn-schrofer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-gaitano%2Fjasmijn-schrofer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-gaitano%2Fjasmijn-schrofer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dev-gaitano","download_url":"https://codeload.github.com/dev-gaitano/jasmijn-schrofer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-gaitano%2Fjasmijn-schrofer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278734415,"owners_count":26036404,"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-10-07T02:00:06.786Z","response_time":59,"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":["cloudinary","postcss","react","tailwindcss","typescript","vite","web-development","website"],"created_at":"2025-10-07T06:59:22.944Z","updated_at":"2025-12-30T21:15:25.372Z","avatar_url":"https://github.com/dev-gaitano.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"https://res.cloudinary.com/diwkfbsgv/image/upload/c_auto,f_auto,g_auto,q_auto:eco/v1755008609/readme-banner_kxgrai.png\" alt=\"banner_img\"\u003e\n\u003c/div\u003e\n\n\u003ca id=\"readme-top\"\u003e\u003c/a\u003e\n\n\u003cbr /\u003e\n\u003cbr /\u003e\n\n\n\u003c!-- ABOUT THE PROJECT --\u003e\n\n## About The Project\n\nA dynamic and visually engaging portfolio website built using React, specifically designed to showcase the creative work of acclaimed film director Jasmijn Schrofer.\n\nProject Link:\n[Jasmijn Schrofer Portfolio](https://www.jasmijnschrofer.com/)\n\n### Project Structure\n\n```\njasmijn-schrofer-frontend/\n├── .git/                   # Git repository data\n├── public/                 # Static files\n├── src/                    # Source code\n│   ├── components/         # Reusable components\n│   │   ├── assets/         # Assets like images and icons\n│   │   ├── ui/             # UI components\n│   │   └── ...             # Other components\n│   ├── hooks/              # Custom hooks\n│   ├── lib/                # Library files\n│   ├── pages/              # Page components\n│   ├── types/              # Type definitions\n│   ├── App.tsx             # Main application component\n│   ├── index.css           # Global styles\n│   ├── main.tsx            # Entry point for the application\n│   └── vite-env.d.ts       # TypeScript environment definitions\n├── .gitignore              # Git ignore rules\n├── components.json         # Vite components configuration\n├── eslint.config.js        # ESLint configuration\n├── index.html              # Main HTML file\n├── package-lock.json       # Dependency lock file\n├── package.json            # Package configuration\n├── postcss.config.js       # PostCSS configuration\n├── README.md               # Project documentation\n├── LICENSE                 # Project license\n├── tailwind.config.ts      # Tailwind CSS configuration\n├── tsconfig.app.json       # TypeScript application configuration\n├── tsconfig.json           # TypeScript configuration\n├── tsconfig.node.json      # TypeScript Node configuration\n└── vite.config.ts          # Vite configuration\n```\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- GETTING STARTED --\u003e\n\n## Getting Started\n\nThis is an example of how you may approach setting up your project locally.\nTo get a local copy up and running follow these simple example steps.\n\n### Prerequisites\n\nTo run you have to have the following requirements installed;\n\n- Node.js \u0026 npm installed - [install with nvm](https://github.com/nvm-sh/nvm#installing-and-updating)\n\n### Installation\n\nClone this repo and push changes.\n\nFollow these steps:\n\n```sh\n# Step 1: Clone the repository using the project's Git URL.\ngit clone git@github.com:dev-gaitano/jasmijn-schrofer-frontend.git\n\n# Step 2: Navigate to the project directory.\ncd jasmijn-schrofer-frontend\n\n# Step 3: Install the necessary dependencies.\nnpm i --legacy-peer-deps\n\n# Step 4: Start the development server with auto-reloading and an instant preview.\nnpm run dev\n```\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- LICENSE --\u003e\n\n## License\n\nDistributed under the MIT license. See `LICENSE` for more information.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- CONTACT --\u003e\n\n## Contact\n\nEugene Gaitano - dev.gaitano@gmail.com\n\n\u003cbr /\u003e\n\u003cbr /\u003e\n\n\u003cdiv align=\"center\"\u003e\n    \u003ca href=\"https://github.com/dev-gaitano/jasmijn-schrofer-frontend/issues/new?labels=bug\u0026template=bug-report---.md\"\u003eReport Bug\u003c/a\u003e\n    \u0026middot;\n    \u003ca href=\"https://github.com/dev-gaitano/jasmijn-schrofer-frontend/issues/new?labels=enhancement\u0026template=feature-request---.md\"\u003eRequest Feature\u003c/a\u003e\n    \u0026middot;\n    \u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e\n\u003c/div\u003e\n\n\u003c!-- https://www.markdownguide.org/basic-syntax/#reference-style-links --\u003e\n\n[contributors-shield]: https://img.shields.io/github/contributors/dev-gaitano/jasmijn-schrofer-frontend.svg?style=for-the-badge\n[contributors-url]: https://github.com/dev-gaitano/jasmijn-schrofer-frontend/graphs/contributors\n[forks-shield]: https://img.shields.io/github/forks/dev-gaitano/jasmijn-schrofer-frontend.svg?style=for-the-badge\n[forks-url]: https://github.com/dev-gaitano/jasmijn-schrofer-frontend/network/members\n[stars-shield]: https://img.shields.io/github/stars/dev-gaitano/jasmijn-schrofer-frontend.svg?style=for-the-badge\n[stars-url]: https://github.com/dev-gaitano/jasmijn-schrofer-frontend/stargazers\n[issues-shield]: https://img.shields.io/github/issues/dev-gaitano/jasmijn-schrofer-frontend.svg?style=for-the-badge\n[issues-url]: https://github.com/dev-gaitano/jasmijn-schrofer-frontend/issues\n[license-shield]: https://img.shields.io/github/license/dev-gaitano/jasmijn-schrofer-frontend.svg?style=for-the-badge\n[license-url]: https://github.com/dev-gaitano/jasmijn-schrofer-frontend/blob/main/LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdev-gaitano%2Fjasmijn-schrofer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdev-gaitano%2Fjasmijn-schrofer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdev-gaitano%2Fjasmijn-schrofer/lists"}