An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# Personal Portfolio In Svelte 5

![Portfolio Screenshot](/public/Screenshot.png)

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)