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.
- Host: GitHub
- URL: https://github.com/varuntv97/my-portfolio
- Owner: varuntv97
- License: mit
- Created: 2024-12-23T05:03:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-05T16:33:15.000Z (5 months ago)
- Last Synced: 2026-01-07T16:10:17.751Z (5 months ago)
- Topics: dark-mode, frontend, minimalist-design, nextjs, personal-website, portfolio, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://www.varuntv.me/
- Size: 7.52 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)