DEV Community

Discussion on: Show me your personal website/portfolio

Collapse
 
merichard123 profile image
Richard • Edited

Here is mine: richardcoric.netlify.app/

I used React JS because im currently learning react, and it was a fun way to practice.

I also used a combination of SCSS and styled components because I'm really enjoying CSS-in-JS at the moment; and I like the fact that I can use partials with SCSS.

I would like to add a way to translate the site on the click of a button but I need to figure out how to do that.

Collapse
 
theonlybeardedbeast profile image
TheOnlyBeardedBeast

Thats a nice site you have built! 👏 I really like the intro screen graphics, congrats! Try i18n-react for translations ;)

Collapse
 
merichard123 profile image
Richard

Thankyou I'll look into that, should be easier than rewriting the entire site in my native language. 😁