This is my personal portfolio website built with Next.js 15, TypeScript, shadcn/ui, TailwindCSS, and next-intl. It showcases my projects, skills, and experiences while providing an easy way for people to contact me.
- Modern Design: Aesthetic and responsive UI built with TailwindCSS and shadcn/ui.
- Localization: Multilingual support using next-intl.
- Dynamic Routing: Seamless navigation across different pages.
- SEO Optimized: Meta tags and structured data for better search engine visibility.
- Next.js: Framework for server-rendered React applications.
- TypeScript: Strongly-typed programming language for JavaScript.
- shadcn/ui: Prebuilt components and utilities.
- TailwindCSS: Utility-first CSS framework.
- next-intl: Library for internationalization and localization.
-
Clone the repository:
git clone https://github.com/hp0098v1/portfolio.git cd portfolio
-
Install dependencies:
pnpm install
-
Run the development server:
pnpm dev