Harsha Verma
@vermaharsha
Harsha Verma
@vermaharsha
Hi, I’m Harsha Verma, a Full Stack Web Developer and UI/UX Designer, skilled in HTML, CSS, JavaScript, Node.js, Express.js, EJS, Bootstrap, and Git. Let’s build impactful solutions together ✨
Hi, I’m Harsha Verma, a Full Stack Web Developer and UI/UX Designer, skilled in HTML, CSS, JavaScript, Node.js, Express.js, EJS, Bootstrap, and Git. Let’s build impactful solutions together ✨
Python
Node.js
Express.js
EJS
Html Css Javascript Bootstrap
New Delhi, India
<p>As a web developer, I enjoy overcoming challenges and leveraging technology for practical solutions. <br> I’m eager to collaborate on impactful projects! 💡</p>
<h2 align="left">About Me ✨</h2>
Hi, I’m Harsha Verma! A web wizard 🧙♂️ focused on MERN stack solutions. <br> I’m passionate about building efficient, user-friendly applications.
What Drives Me?
- 🚀 Tech Enthusiast: I love creating user-friendly designs that enhance experiences.
- 📚 Bookworm: Always eager to dive into new stories and tech insights.
- 🌍 Adventurer: Passionate about exploring new places and cultures.
const Coder 💻 = {
name: 'Harsha Verma',
skills 🌱: ['HTML', 'CSS', 'JavaScript', 'Bootstrap', 'Node.js', 'Express.js', 'Git', 'GitHub', 'Python', 'SQL'],
hardWorker: true,
quickLearner: true,
problemSolver: true,
hireable: function() {
return (
this.hardWorker &&
this.problemSolver &&
this.skills.length >= 5
);
}
};
console.log(`Is ${Coder 💻.name} hireable?`, Coder 💻.hireable());