https://github.com/tirth8205/my-portfolio
A modern, responsive portfolio website showcasing my skills, projects, and experience as a Software and Machine Learning Engineer.
https://github.com/tirth8205/my-portfolio
artificial-intelligence framer-motion machine-learning nextjs portfolio portfolio-website react sanity-studio software-engineering tailwindcss
Last synced: 3 months ago
JSON representation
A modern, responsive portfolio website showcasing my skills, projects, and experience as a Software and Machine Learning Engineer.
- Host: GitHub
- URL: https://github.com/tirth8205/my-portfolio
- Owner: tirth8205
- Created: 2025-03-23T00:10:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-13T23:56:01.000Z (5 months ago)
- Last Synced: 2026-01-14T00:47:24.896Z (5 months ago)
- Topics: artificial-intelligence, framer-motion, machine-learning, nextjs, portfolio, portfolio-website, react, sanity-studio, software-engineering, tailwindcss
- Language: TypeScript
- Homepage: https://www.tirthkanani.com/
- Size: 3.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Portfolio Website
Minimal personal portfolio for [tirthkanani.com](https://tirthkanani.com).
## Tech Stack
- Next.js 14
- TypeScript
- Tailwind CSS
- Vercel (deployment)
## Development
```bash
npm install
npm run dev
```
Open [http://localhost:3000](http://localhost:3000).
## Build
```bash
npm run build
npm run start
```
## Environment Variables
Copy `.env.example` to `.env.local`:
```
NEXT_PUBLIC_SANITY_DATASET=production
NEXT_PUBLIC_SANITY_PROJECT_ID=your-project-id
NEXT_PUBLIC_BASE_URL=http://localhost:3000
```