My personal developer portfolio — built with Vite, React & TypeScript and styled using Tailwind CSS. Showcase of skills, projects, contact info, and more.
Will be updating soon
This repository contains the source code for my developer portfolio website — a responsive, modern, and customizable profile that highlights my professional skills, work, projects, and contact info.(GitHub)
| Tech | Purpose |
|---|---|
| Vite | Fast build tooling |
| React | UI framework |
| TypeScript | Type safety |
| Tailwind CSS | Utility-first styling |
📦 Dev-Portfolio
┣ 📂 public
┣ 📂 src
┣ 📜 index.html
┣ 📜 package.json
┣ 📜 tailwind.config.ts
┣ 📜 vite.config.ts
┗ ...other config files
Clone the repository
git clone https://github.com/vidit19sharma/Dev-Portfolio.git
cd Dev-PortfolioInstall dependencies
npm installStart local dev server
npm run devOpen http://localhost:8080 to view in your browser.
To build the production version:
npm run buildPreview the production build locally:
npm run previewUpdate the portfolio with your own:
- 🧑🔧 Name & tagline
- 💼 Skills & experience
- 📂 Projects and links
- ✉️ Contact information
- 🧠 SEO metadata & social links
Typically, content lives in JSON or React components under src.
Add your contact info here — e.g.
If you find this project useful — give it a ⭐ and follow for more! 😊
This project is open-source.