{"id":15679794,"url":"https://github.com/harveyd/seng-portfolio","last_synced_at":"2025-05-07T09:47:30.570Z","repository":{"id":40585429,"uuid":"149844361","full_name":"HarveyD/seng-portfolio","owner":"HarveyD","description":"A configurable portfolio template allowing you to display your skills, education and projects. Made using React and TypeScript.","archived":false,"fork":false,"pushed_at":"2023-01-04T13:19:01.000Z","size":5858,"stargazers_count":16,"open_issues_count":18,"forks_count":18,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-19T20:54:00.340Z","etag":null,"topics":["developer","engineer","portfolio","react","sass","software","template","typescript"],"latest_commit_sha":null,"homepage":"https://www.harveydelaney.com/seng-portfolio","language":"TypeScript","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/HarveyD.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}},"created_at":"2018-09-22T04:13:32.000Z","updated_at":"2024-07-10T12:38:36.000Z","dependencies_parsed_at":"2023-02-02T13:46:45.516Z","dependency_job_id":null,"html_url":"https://github.com/HarveyD/seng-portfolio","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HarveyD%2Fseng-portfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HarveyD%2Fseng-portfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HarveyD%2Fseng-portfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HarveyD%2Fseng-portfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HarveyD","download_url":"https://codeload.github.com/HarveyD/seng-portfolio/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252854465,"owners_count":21814690,"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":["developer","engineer","portfolio","react","sass","software","template","typescript"],"created_at":"2024-10-03T16:36:33.202Z","updated_at":"2025-05-07T09:47:30.548Z","avatar_url":"https://github.com/HarveyD.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Software Engineer Portfolio Template\n### By Harvey Delaney\n![](https://i.imgur.com/sUdc6c4.gif)\n## Introduction\nWhen I started working as a Software Engineer, I wanted to create my own (software engineering) portfolio website. I wanted it to display my experience, education, projects and skills. At the time, I wasn't so great at designing websites and looked around for a portfolio template which would help me get started. On Reddit, I found the [devportfolio](https://github.com/RyanFitzgerald/devportfolio) template by Ryan Fitzgerald.\n\nI loved the design, simplicity and customisability of it - it had everything I wanted in a template. So I built my portfolio using the template, which is still live [here.](https://www.harveydelaney.com/old-portfolio)\n\nHowever, as time went on I wanted to add to the portfolio, I was restricted by how it was implemented. I found myself shoehorning new features into the project. So, I decided to create my own portfolio using a more modern stack: React, Typescript and Sass. \n\nI've created this portfolio template primarily for my own benefit - to create my new portfolio website which you can view at: https://www.harveydelaney.com. I found that Ryan's portfolio template helped me so much to get started with creating my own portfolio - I hope that this template will provide the same benefit to you!\n\nAlthough I created this template from scratch, the design of the website is heavily influenced by the template that Ryan has created.\n\n[View seng-portfolio live here.](https://www.harveydelaney.com/seng-portfolio)\n\n## Features\n- Uses (unejected) [Create React App](https://github.com/facebook/create-react-app)\n- Typescript\n- Sass\n- Lightweight\n- No external CSS frameworks used (no bootstrap)\n- Flexbox is used heavily throughout the website\n- Easy customisability through Sass variables and a cetranlised data portfolio location\n- SEO optimsed using [react-snap](https://github.com/stereobooster/react-snap)\n- FontAwesome4 + DevIcon available\n\n## Contents\n- [Getting Started](#getting-started)\n- [Landing](#landing)\n- [About](#about)\n- [Experience](#experience)\n- [Education](#education)\n- [Projects](#projects)\n- [Skills](#skills)\n- [Contact](#contact)\n- [Troubleshooting](#troubleshooting-information)\n\n## Getting Started\nTo start modifying and customising the project to yourself, you'll need to fork the project.\n\nOnce you've forked, clone the freshly forked repository.\n\nRun `npm i` followed by `npm start`, then navigate to `localhost:3000` and you should see the portfolio running with no problems!\n\nA majority of the things you will need to change are in `src/components/services/portfolio-data.service.tsx`\n\nRefer to [Create React App](https://github.com/facebook/create-react-app) documentation if you encounter any issues running the app. Or refer to the [Troubleshooting](#Troubleshooting Information) section\n\n## Colours and Font\nMost colours used within the app are located within `variables.scss`, change all the colours to meet your needs. \n\nGlobal font family/font-sizes etc. are located within `App.scss`.\n\n## Landing\nTwo things can be easily changed here:\n- Landing page image:\n    - Simply change the `src/assets/images/landing.jpg` image\n- Name and title: \n    - These are configured in `PortfolioDataService` under `userDetails`.\n\n## About\n- Profile picture:\n    - Change the `src/assets/images/profile-picture.jpg` image\n- Title: \n    - For now, you'll have to go into the About component and change the title to your name (probably will update)\n- Content\n\t- Change `aboutList` in `ProfileDataService`\n\n## Experience\nAdd as many entries as you had jobs to `experienceList` which match the interface defintion `IInfoCard`\n\n## Education\nSimilar to Experience, add entries for each education item to `educationList` which match the interface definition `IInfoCard`\n\n## Project\nFor each project you have done, fill create an entry in `projectList`, matching the `IProject` interface. The taglist (each skill associated with the project) has to be an enum within `SkillEnum`. More information about skills is [here.](#Skills)\n\n## Skills\nI am using two font libraries to render the skill icons:\n- [DevIcon](http://konpa.github.io/devicon/)\n- [Font Awesome 4](https://fontawesome.com/v4.7.0/)\n\nSkills are being used in two places, in Projects and the Skill Section.\n\nPlease refer to `SkillMap` located in `src/components/skill/skill.tsx` for all the available skills. If you wish to include another `DevIcon` skill, you must:\n- Register a new enum value in `SkillEnum` (`src/constants`)\n- Add another entry into `SkillMap`, i.e. `[SkillEnum.newSkill, { name: \"Skill\", icon: \"skill\" }]` where the `icon` string maps to the value in `DevIcon`'s documentation and the name is what you want the description of the skill to be.\n- (optional) Set the `showAsDefault` field to false if you don't want to see this skill in the SkillSection (only to be used within portfolios)\n\nTo register a new Font Awesome icon skill:\n- Register a new enum value in `SkillEnum` (`src/constants`)\n- Add another entry into `SkillMap` of the form: `[SkillEnum.ionic, { name: \"Ionic\", icon: \"\", faIcon: \"code\" }]` where the value under `faIcon` is the icon you want from Font Awesome 4.\n- (optional) Set the `showAsDefault` field to false if you don't want to see this skill in the SkillSection (only to be used within portfolios)\n\n## Contact\nFor each social contact link you want, add an entry to `socialIconList`. The icons used here are all Font Awesome 4 icons.\n\n## Future Features\nThese are a list of things I might introduce into the project:\n- More animations when the user scrolls to certain sections\n- Add a header with all the sections available in the website. On click of the section, it will auto scrol; to the section\n\n## Troubleshooting Information\n### Bugs\nIt seems that `react-snap` prevents the classes being applied on the landing page - this results in no animations being played after `react-snap` is run. I'll have to see how I can fix this.\n\n### Windows\n- If an issue is encountered around running `npm start` try: `npm i -g react-scripts`\n\n### OSX\n - No reported problems\n\n### Linux\n- No reported problems\n\n## License\nMIT. See [LICENSE.md](LICENSE.md) for more.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharveyd%2Fseng-portfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharveyd%2Fseng-portfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharveyd%2Fseng-portfolio/lists"}