Welcome to my modern developer portfolio! This responsive website showcases my skills, projects, and professional journey with a sleek design and smooth animations.
- Fully Responsive Design - Looks great on all devices π±π»π₯οΈ
- Project Showcase - Beautiful gallery of my work with filter options π
- Skills Section - Visual representation of my technical abilities π
- Dark/Light Mode - Automatic theme switching based on preferences π
- Contact Form - Easy way to get in touch with me π¬
- Smooth Animations - Enhanced user experience with subtle animations β¨
- Performance Optimized - Fast loading times with optimized assets β‘
| Category | Technologies |
|---|---|
| Frontend | |
| Styling | |
| Tools | |
| Deployment |
-
Clone the repository
git clone https://github.com/alaharilakshyan/New-Portfolio.git cd New-Portfolio -
Install dependencies
npm install
-
Start development server
npm run dev
-
Open in browser
http://localhost:5173
New-Portfolio/
βββ public/ # Static assets
βββ src/ # Source files
β βββ assets/ # Images, icons, fonts
β βββ components/ # Reusable components
β βββ sections/ # Page sections (Hero, About, Projects, etc.)
β βββ styles/ # Global styles
β βββ App.jsx # Main application component
β βββ main.jsx # Entry point
βββ .gitignore # Git ignore file
βββ index.html # Main HTML file
βββ package.json # Project dependencies
βββ README.md # You are here! π
βββ vite.config.js # Vite configuration
-
Update personal information
Editsrc/data/personal.jswith your details:export const personalData = { name: "Your Name", title: "Your Title", description: "Your professional description...", // ...other data };
-
Add your projects
Updatesrc/data/projects.jswith your work:export const projectsData = [ { title: "Project 1", description: "Project description...", technologies: ["React", "Tailwind CSS"], // ...other fields }, // ...add more projects ];
-
Modify the theme
Edit colors intailwind.config.js:theme: { extend: { colors: { primary: '#your-primary-color', secondary: '#your-secondary-color', } } }
While this is my personal portfolio, I welcome suggestions and improvements!
Feel free to open issues or submit pull requests for:
- Bug fixes π
- Accessibility improvements βΏ
- Performance optimizations β‘
- Design enhancements π¨
This project is licensed under the MIT License - see the LICENSE file for details.