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

https://github.com/ronikdedhia/dev-portfolio-ronik

Personal portfolio — Full-Stack & AI Engineer. Built with vanilla HTML/CSS/JS, deployed on Vercel.
https://github.com/ronikdedhia/dev-portfolio-ronik

css html javascript portfolio vercel

Last synced: 11 days ago
JSON representation

Personal portfolio — Full-Stack & AI Engineer. Built with vanilla HTML/CSS/JS, deployed on Vercel.

Awesome Lists containing this project

README

          

# Ronik Dedhia — Portfolio

Personal portfolio website built with vanilla HTML, CSS, and JavaScript.

**Live:** https://dev-portfolio-ronik.vercel.app/

## Stack

- HTML5 / CSS3 / Vanilla JS — no framework, no build step
- Glassmorphic dark design with CSS custom properties
- `IntersectionObserver` for scroll reveals
- Formspree for contact form
- Deployed on Vercel

## Features

- Typewriter hero animation
- Animated number counters
- Project filter tabs (All / Web / AI / Research)
- Tech marquee strip
- Browser-frame project previews
- Custom cursor (pointer devices only)
- Reading progress bar
- Parallax orbs
- Mobile responsive with hamburger menu
- Downloadable CV

## Local Development

No build step required — open directly in browser:

```bash
git clone https://github.com/ronikdedhia/dev-portfolio-ronik.git
cd dev-portfolio-ronik
open index.html
```

## Structure

```
├── index.html
├── styles.css
├── script.js
├── Ronik_Dedhia_Resume.pdf
└── assets/
└── photo.jpeg
```

## Contact

- Email: ronikdedhia@gmail.com
- LinkedIn: https://linkedin.com/in/ronik-dedhia
- GitHub: https://github.com/ronikdedhia