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

https://github.com/varuntv97/my-portfolio

A modern portfolio website built with Next.js and TypeScript, showcasing projects, skills, and professional experience with a minimalist design and dark mode support.
https://github.com/varuntv97/my-portfolio

dark-mode frontend minimalist-design nextjs personal-website portfolio tailwindcss typescript

Last synced: 2 months ago
JSON representation

A modern portfolio website built with Next.js and TypeScript, showcasing projects, skills, and professional experience with a minimalist design and dark mode support.

Awesome Lists containing this project

README

          

# Varun TV

I'm Varun TV, a software developer based in Mysuru, Karnataka, India. I specialize in creating intuitive and scalable applications using modern technologies. With experience across the full stack, I've worked on projects ranging from simple websites to complex web applications with AI/ML integration.

## Project Structure

- `src/app/` - Next.js app router pages
- `src/components/` - Reusable React components
- `src/data/` - Portfolio data and configuration
- `content/` - MDX blog posts
- `public/` - Static assets and images

## Getting Started

1. **Clone the repository**
```bash
git clone https://github.com/varuntv97/my-portfolio.git
cd my-portfolio
```

2. **Install dependencies**
```bash
pnpm install
```

3. **Start the development server**
```bash
pnpm dev
```

4. **Open your browser**
Navigate to [http://localhost:3000](http://localhost:3000)

## Contact

- **Email**: varun_tv@outlook.com
- **LinkedIn**: [varun-tv](https://in.linkedin.com/in/varun-tv)
- **GitHub**: [varuntv97](https://github.com/varuntv97)
- **Website**: [varuntv.me](https://varuntv.me)