{"id":15636516,"url":"https://github.com/rodrigo-arenas/portfolio","last_synced_at":"2025-04-07T13:07:02.875Z","repository":{"id":39587355,"uuid":"435563809","full_name":"rodrigo-arenas/portfolio","owner":"rodrigo-arenas","description":"Personal website, Data scientist portfolio template","archived":false,"fork":false,"pushed_at":"2024-09-21T04:00:28.000Z","size":22877,"stargazers_count":155,"open_issues_count":0,"forks_count":90,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-31T11:07:03.524Z","etag":null,"topics":["beginner-friendly","create-react-app","css3","data-science","data-science-portfolio","data-science-projects","developer-portfolio","good-first-issue","javascript","material-ui","personal-website","portfolio","portfolio-template","portfolio-website","react","react-portfolio","reactjs","up-for-grabs","web-template"],"latest_commit_sha":null,"homepage":"https://rodrigo-arenas.github.io/portfolio","language":"JavaScript","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/rodrigo-arenas.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}},"created_at":"2021-12-06T16:14:40.000Z","updated_at":"2025-03-29T19:11:59.000Z","dependencies_parsed_at":"2024-08-27T19:57:23.644Z","dependency_job_id":"dbb924f0-63b5-4d25-a987-26fd56862e04","html_url":"https://github.com/rodrigo-arenas/portfolio","commit_stats":{"total_commits":68,"total_committers":5,"mean_commits":13.6,"dds":"0.32352941176470584","last_synced_commit":"8b219e9f066c3647eab8dc971aad498a781e2908"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodrigo-arenas%2Fportfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodrigo-arenas%2Fportfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodrigo-arenas%2Fportfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodrigo-arenas%2Fportfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rodrigo-arenas","download_url":"https://codeload.github.com/rodrigo-arenas/portfolio/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247657281,"owners_count":20974345,"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":["beginner-friendly","create-react-app","css3","data-science","data-science-portfolio","data-science-projects","developer-portfolio","good-first-issue","javascript","material-ui","personal-website","portfolio","portfolio-template","portfolio-website","react","react-portfolio","reactjs","up-for-grabs","web-template"],"created_at":"2024-10-03T11:04:38.111Z","updated_at":"2025-04-07T13:07:02.833Z","avatar_url":"https://github.com/rodrigo-arenas.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003ch2\u003e\n  Personal Portfolio\n  \u003ca href=\"https://rodrigo-arenas.github.io/portfolio\" target=\"_blank\"\u003eWebsite\u003c/a\u003e\n\u003c/h2\u003e\n\nThis is my website to resume my work as a data scientist.\nThe page mainly uses React and MUI and is inspired by open-source components.\n\nFeel free to use this project as a template, and please give a small credit by linking back to this project.\nIf you found this project helpful, consider giving it a \n[star](https://github.com/rodrigo-arenas/portfolio/stargazers) [⭐](https://github.com/rodrigo-arenas/portfolio/stargazers)\n\n**[Live Demo](https://rodrigo-arenas.github.io/portfolio/)**\n\n\u003cimg src=\"./src/assets/images/website.gif\" alt=\"demo\"\u003e\n\n\n## Installation Guide\n\n* Fork the project \n  ```\n  https://github.com/rodrigo-arenas/portfolio/fork\n  ```\n* Clone your fork\n  ```\n  git clone https://github.com/{yourusername}/portfolio.git\n  ```\n* Install the packages\n  ```\n  npm install\n  ```\n* Start the project\n  ```\n  npm start\n  ```\n\n## Customize your information\n\nAll the content (text, icons, links, etc.) are configured in the `assets` folders,\nit has two kinds:\n\n### Configs:\n\nThere is one configuration file per page or main component, for example, if you want\nto modify the footer icons and hyperlinks, go to the footerConfig.js file\n\n![footer](src/assets/images/footer.png)\n\nHere, you can modify all the values but keep the key's names, structure, and className the same; \nyou can also add new values to the configs containing a list.\n\n\n### Images:\n\nThis folder keeps images displayed over some routes, like blogs and projects.\nFor example, inside the projectsConfig.js file, the list of projects has a property called \"image\":\n\n![projects_config.png](src/assets/images/projects_config.png)\n\nYou can set any valid href for the `\u003ca/\u003e` tag as an image URL or, like in the above image, \nan image from the `assets/images` folder.\n\n![projects_images](projects_images.png)\n\n\n### Set Google Analytics track (Optional):\n\nTake the `.env.example` file, put your tracking ID in the \nvariable `REACT_APP_TRACKING_ID`, and rename the file to `.env`\n\n## Troubleshooting\n\nIf you see any error of unexpected token \"\u003e\" while deploying, try to remove the following from the `package.json` file:\n```\n\"homepage\": \"https://rodrigo-arenas.github.io/portfolio\",\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodrigo-arenas%2Fportfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frodrigo-arenas%2Fportfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodrigo-arenas%2Fportfolio/lists"}