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

https://github.com/aayushkdev/portfolio


https://github.com/aayushkdev/portfolio

Last synced: 6 days ago
JSON representation

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)).