https://github.com/abhijeetdhikale007/portfolio-svelte-5
Personal portfolio website using Svelte 5, showcasing skills in web development. It includes header, hero, navbar, profile, education, skills, contact and footer.
https://github.com/abhijeetdhikale007/portfolio-svelte-5
html html5 lenis nix personal personal-project personal-website portfolio portfolio-website project project-idx routing scss svelte svelte-components svelte5 tiltjs typescript unocss vite
Last synced: 3 months ago
JSON representation
Personal portfolio website using Svelte 5, showcasing skills in web development. It includes header, hero, navbar, profile, education, skills, contact and footer.
- Host: GitHub
- URL: https://github.com/abhijeetdhikale007/portfolio-svelte-5
- Owner: AbhijeetDhikale007
- Created: 2024-12-16T10:09:37.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-03-26T14:31:02.000Z (3 months ago)
- Last Synced: 2025-03-26T15:24:41.605Z (3 months ago)
- Topics: html, html5, lenis, nix, personal, personal-project, personal-website, portfolio, portfolio-website, project, project-idx, routing, scss, svelte, svelte-components, svelte5, tiltjs, typescript, unocss, vite
- Language: TypeScript
- Homepage: https://abhijeetdhikale007.vercel.app
- Size: 11.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personal Portfolio In Svelte 5

A more advanced personal portfolio website created using Svelte 5, UnoCSS, lenis, and a collection of other technologies. This website showcases my skills, projects and education.
## Published from IDX
- This repository is developed in Google's Project IDX and later on published on GitHub.
- [Project IDX](https://idx.dev)## Deployments
Vercel - [abhijeetdhikale007.vercel.app](https://abhijeetdhikale007.vercel.app)## Features
- **Home**: A home page.
- **Skills**: Listed my skills and expertise.
- **Projects**: My projects.
- **Education**: My education.
- **Resume**: Provided my resume.## Technologies Used
- [Svelte 5](https://svelte.dev) - The main framework
- [UnoCSS](https://unocss.dev/) - Atomic CSS Engine
- [Lenis](https://lenis.darkroom.engineering) - Smooth Scrolling
- [SCSS](https://sass-lang.com) - Sassy Cascading Style Sheets. Popular CSS preprocessor Sass (Syntactically Awesome Style Sheets).## Getting started
1. Clone this repository to your local machine:
```bash
git clone https://github.com/AbhijeetDhikale007/porfolio-svelte-5
```2. NPM Install
```bash
npm i
```3. To run the development server:
```bash
npm run dev
```Open your web browser and visit http://localhost:3000 to see the website in action during development.
## Author
- [@AbhijeetDhikale007](https://github.com/AbhijeetDhikale007)