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
Deployments
Vercel - 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 - The main framework
- UnoCSS - Atomic CSS Engine
- Lenis - Smooth Scrolling
- SCSS - Sassy Cascading Style Sheets. Popular CSS preprocessor Sass (Syntactically Awesome Style Sheets).
Getting started
- Clone this repository to your local machine:
git clone https://github.com/AbhijeetDhikale007/porfolio-svelte-5
- NPM Install
npm i
- To run the development server:
npm run dev
Open your web browser and visit http://localhost:3000 to see the website in action during development.
Author