Hello World

I'm a frontend web developer

// function decleration
const myFunction = () => {
  // output a message
  console.log("Try edit me!");
}
// end of function

Need my help on a project?

Programming languagesProgramming languagesProgramming languages

My Skills

next.js
tailwind
firebase
typescript
git
npm
react
node
htmlandcss
bootstrap
javascript
sass

I am kode

My Bio.

An image of a wonderful developer
Ibhasebhor Kingsley

Objective

Highly motivated and detail-oriented developer seeking a full-time web development job/gig to enhance my technical skills in a professional setting. Passionate about creating user-friendly and visually appealing web applications to deliver exceptional user experiences.


Technical Skills:

  • Programming Languages: JavaScript, HTML...
  • Frameworks/Libaries: React, Tailwind...
  • Version Control: Git GitHub
  • Responsive Web Design
  • Cross-Browser Compatibility
  • Debugging and Troubleshooting

My Projects

Reach Out

const msg = {
  name: "",
  email: "",
  description: "",
}

const sendMsg() => {
  fetch("private url!", {
    method: "POST",
    headers: {},
    body: JSON.stringify(msg)
  })
}