A React application that mimics LinkedIn's profile layout and functionality. Users can create and edit their professional profiles with a clean, modern interface.
- Profile header with avatar
- Basic information section
- Personal details
- Professional profiles (GitHub, LinkedIn)
- Academic information
- Responsive design
- Form validation
- Edit/View modes
- React
- Vite
- Bootstrap
- Font Awesome
- CSS3
- Clone the repository
git clone [your-repository-url]- Install dependencies
npm install- Start the development server
npm run dev- Open your browser and visit
http://localhost:3000
linkedin-app/
├── src/
│ ├── components/
│ │ ├── ProfileHeader.jsx
│ │ ├── ProfileForm.jsx
│ │ └── ProfileDisplay.jsx
│ ├── App.jsx
│ ├── App.css
│ └── main.jsx
├── public/
├── index.html
└── vite.config.js
Feel free to submit issues and enhancement requests!