DEV Community

Discussion on: I Created My Portfolio with React and Some Magic 🎉

Collapse
 
tonyfsullivan profile image
Tony Sullivan

Very cool site, Dinesh! Hope you don't mind, I was really impressed with your design when I saw it a couple weeks ago and got curious to see how the React code would translate to Svelte.

I just pushed an initial build to github.com/tonyfsullivan/tonyfsull...

I plan to rework the site to make it my own soon (I blatantly copied your styles and themes for the sake of a comparison), but it was interesting to see how to solve some of the complex designs (especially the background and scrolling) in a different framework!

Collapse
 
flexdinesh profile image
Dinesh Pandiyan

Hey - I love the site and I also see you've tweaked the font as well. It looks great.

I'm glad you like my work and translated to code to a different framework without any glitches. I don't mind at all. The way I see it, it's not copy if you're inspired. Keep up the good work mate!

Collapse
 
erebos-manannan profile image
Erebos Manannán

Just as a quick note: I'm not a huge fan of people using just plain divs etc. for clickable things, as the browser does not know it's supposed to be basically a button.

For example in this case I have a Google translate extension installed. Combine that with the fact that when I click on text a few times it selects it, and then we have a prompt for the plugin showing up when I click on "Color me" a few times.

This could be avoided by using elements meant for the purpose and restyling them.