Welcome to my personal portfolio website. This project is a showcase of my work, skills, and academic journey as a Computer Engineering and Digital Technology (CEDT) student at Chulalongkorn University.
This project leverages the latest ecosystem tools:
- Framework: Next.js 16 (App Router)
- Library: React 19
- Styling: Tailwind CSS v4
- Animations: GSAP & Custom Effects
- Icons: Lucide React
- Modern UI/UX: Features a distinct "Glassmorphism" aesthetic with custom
GlassBoxcomponents. - Interactive Visuals: Includes dynamic components like
GradientText,Aurorabackgrounds, andTypewritereffects. - Responsive Design: Fully adaptive layout for desktop, tablet, and mobile viewing.
- Performance: Optimized with Next.js server components and lightweight animations.
src/app: Application routes (App Router).src/components: Reusable UI components and visual effects.src/lib: Utility functions and shared logic.
To run this project locally:
-
Clone the repository:
git clone https://github.com/BankTNBD/portfolio.git cd portfolio -
Install dependencies:
npm install # or yarn install # or pnpm install # or bun install
-
Run the development server:
npm run dev # or yarn dev # or pnpm dev # or bun dev
-
Open the app: Open http://localhost:3000 with your browser to see the result.
© Thanabadee Techakasiwattana. All Rights Reserved.