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

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.

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
```