https://github.com/aayushkdev/portfolio
https://github.com/aayushkdev/portfolio
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aayushkdev/portfolio
- Owner: aayushkdev
- Created: 2026-03-03T20:11:23.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-06-06T14:45:52.000Z (20 days ago)
- Last Synced: 2026-06-06T15:14:27.865Z (20 days ago)
- Language: TypeScript
- Homepage: https://aayushk.dev
- Size: 4.91 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Portfolio
Personal portfolio website built with React, TypeScript, and Vite.
## Tech Stack
- **Framework:** React 19 + TypeScript
- **Build tool:** Vite
- **Routing:** React Router v7
- **Styling:** Tailwind CSS v4
- **Deployment:** GitHub Pages
## Getting Started
```bash
npm install
npm run dev
```
## Data
All content is in `src/data/`:
- `hero.json` — greeting, name, byline, description
- `about.json` — bio paragraphs, links, skills, profile image
- `experience.json` — work experience entries
- `projects.json` — project listings with categories, tech, links
Other public files:
- `public/Aayushkumar_Resume.pdf` — downloadable resume
- `public/images/` — profile image (`profile.gif`), project screenshots (`projects/`), icons (`icons/`)
## Attribution
Design inspired by [Brittany Chiang's v4 portfolio](https://v4.brittanychiang.com/) ([source](https://github.com/bchiang7/v4)).