This is a fully responsive, modern portfolio website built with Vite, Vanilla JavaScript, and CSS3.
-
Install Dependencies:
npm install
-
Run Development Server:
npm run dev
Open the link shown in the terminal (usually
http://localhost:5173). -
Build for Production:
npm run build
The output will be in the
distfolder.
- Modern UI: Dark theme with glassmorphism effects and smooth gradients.
- Responsive: Fully optimized for Desktop, Tablet, and Mobile.
- Animations: Powered by AOS (Animate On Scroll) library.
- Sections: Hero, About, Skills, Experience, Projects, Services, Contact.
- Images: Replace placeholder images in
index.htmlor add your own images to thepublicfolder and reference them. - Content: Edit
index.htmlto update your text. - Styles: Edit
src/style.cssto change colors or layout. The main colors are defined in the:rootvariables at the top of the file.
index.html: Main HTML file.src/style.css: Main stylesheet.src/main.js: JavaScript for animations and interactivity.public/: Static assets (images, icons).