A modern, interactive portfolio website built with Svelte and Vite, featuring smooth animations and a responsive design.
Clone the repository
git clone <your-repo-url>
cd portfolio-website
Install dependencies
npm install
# or
yarn install
Start the development server
npm run dev
# or
yarn dev
Build for production
npm run build
# or
yarn build
portfolio-website/
āāā src/
ā āāā components/
ā ā āāā Navbar.svelte
ā ā āāā Hero.svelte
ā ā āāā Skills.svelte
ā ā āāā ScrollIndicator.svelte
ā āāā styles/
ā ā āāā global.css
ā āāā App.svelte
ā āāā main.js
āāā public/
āāā vite.config.js
āāā package.json
App.svelte
to update your personal informationglobal.css
and component-specific style tagsThe website is fully responsive and works well on:
Feel free to fork this project and customize it for your own use. If you find any bugs or have suggestions for improvements, please open an issue.