Skip to content

Sunil-chavan18/Profile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LinkedIn Style Profile App

A React application that mimics LinkedIn's profile layout and functionality. Users can create and edit their professional profiles with a clean, modern interface.

Features

  • Profile header with avatar
  • Basic information section
  • Personal details
  • Professional profiles (GitHub, LinkedIn)
  • Academic information
  • Responsive design
  • Form validation
  • Edit/View modes

Technologies Used

  • React
  • Vite
  • Bootstrap
  • Font Awesome
  • CSS3

Getting Started

  1. Clone the repository
git clone [your-repository-url]
  1. Install dependencies
npm install
  1. Start the development server
npm run dev
  1. Open your browser and visit http://localhost:3000

Project Structure

linkedin-app/
├── src/
│   ├── components/
│   │   ├── ProfileHeader.jsx
│   │   ├── ProfileForm.jsx
│   │   └── ProfileDisplay.jsx
│   ├── App.jsx
│   ├── App.css
│   └── main.jsx
├── public/
├── index.html
└── vite.config.js

Contributing

Feel free to submit issues and enhancement requests!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors