• REACT

  • DEVELOPER

  • SKILLS

  • PORTFOLIO

  • WEB

  • WEB

  • PORTFOLIO

  • SKILLS

  • DEVELOPER

  • REACT

function hi() {

const greeting = "Hi";

const name = "I'm Krystian Grala";

const role = "Front-end Developer";

return (

<h1>{greeting}<br />{name}<br />{role}</h1>

);

}