Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 1.42 KB

README.md

File metadata and controls

54 lines (35 loc) · 1.42 KB

Personal Portfolio In Svelte 5

Portfolio Screenshot

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

  1. Clone this repository to your local machine:
git clone https://github.com/AbhijeetDhikale007/porfolio-svelte-5
  1. NPM Install
npm i
  1. 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