https://github.com/gaureshpai/hseruag
Welcome to my portfolio website, showcasing my projects, skills, and experiences as a developer. This application is built with Next.js, providing a responsive and visually appealing platform to highlight my work.
https://github.com/gaureshpai/hseruag
html-css-javascript nextjs nodemailer portfolio portfolio-website react-icons shadcn-ui
Last synced: 4 months ago
JSON representation
Welcome to my portfolio website, showcasing my projects, skills, and experiences as a developer. This application is built with Next.js, providing a responsive and visually appealing platform to highlight my work.
- Host: GitHub
- URL: https://github.com/gaureshpai/hseruag
- Owner: gaureshpai
- Created: 2023-11-24T19:43:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-10-15T18:16:15.000Z (8 months ago)
- Last Synced: 2025-10-16T14:24:24.684Z (8 months ago)
- Topics: html-css-javascript, nextjs, nodemailer, portfolio, portfolio-website, react-icons, shadcn-ui
- Language: TypeScript
- Homepage: https://gauresh.is-a.dev
- Size: 19.9 MB
- Stars: 19
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hseruag
Personal portfolio built with Next.js, TypeScript, Tailwind CSS, and Framer Motion.
## Stack
- Next.js 16 (Pages Router)
- React 18
- TypeScript
- Tailwind CSS
- Framer Motion
- next-seo (SEO metadata + JSON-LD)
- Nodemailer (contact form API)
- Biome + Husky + lint-staged
## Scripts
- `pnpm dev` - Run dev server
- `pnpm build` - Build for production
- `pnpm start` - Start production server
- `pnpm lint` - Run Biome check (with write)
- `pnpm format` - Format code with Biome
- `pnpm type-check` - TypeScript type check
## Local Setup
```bash
git clone https://github.com/gaureshpai/hseruag.git
cd hseruag
pnpm install
cp .env.example .env
pnpm dev
```