import React from 'react';import { User, Mail, GitHub, Linkedin } from 'lucide-react';const App = () => { return (

John Doe

Web Developer

About Me

Hello! I'm John, a passionate web developer with experience in React, Node.js, and database management. I love creating efficient and user-friendly web applications.

Skills

  • React
  • JavaScript
  • HTML & CSS
  • Node.js
  • SQL

Contact

john@example.com github.com/johndoe linkedin.com/in/johndoe
);};export default App;