Visit website HERE.
- Next.js - A React framework with hybrid static & server rendering, and route pre-fetching, etc.
- Tailwindcss - A utility-first CSS framework packed with classes hat can be composed to build any design, directly in your markup.
- Three.js - 3D library for JavaScript.
- Framer Motion - An animation library for React.
$PROJECT_ROOT
|
├── pages # Page files and API
│
├── components # React component files
│
├── lib # Non-react modules and custom hooks
│
├── public # Static files - images, 3d model file and others
|
└── styles # Global Cascading Style Sheets(css) filegit clone https://github.com/wahahayay/portfolio.git
cd portfolio
# install dependencies
npm install
# or
yarn installnpm run dev
# or
yarn devVisit website HERE.

