Skip to content

karlfredrikholm/project-react-portfolio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Portfolio

Portfolio made in React with Styled Components.

The problem

I divided each section of the previous HTML/CSS version of the portfolio into their own component. As for the Styled Components I chose to make some things their own styled component, some grids and containers etc. For the sections with more one-off styled elements (like the header for example) I decided to put the styling in the same file as the component for that section.

When I had been working on the portfolio for a while I thought I had too many styled components, so I decided to put some of them in the same file, instead of keeping them separated in their own files. Since I wanted to really get familiar with styled components I decided to remove the index.css file completely and used a Global styled component for more general styling.

View it live

https://fredrikholm.dev

About

Personal portfolio site made with React and Styled Components

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.2%
  • HTML 7.8%