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.js
with your details:export const personalData = { name: "Your Name", title: "Your Title", description: "Your professional description...", // ...other data };
-
Add your projects
Updatesrc/data/projects.js
with 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.