Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 689 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 689 Bytes

Takuya's Homepage

https://www.craftz.dog/

Stack

  • Next.js - A React framework with hybrid static & server rendering, and route pre-fetching, etc.
  • Chakra UI - A simple, modular and accessible component library for React
  • Three.js - 3D library for JavaScript
  • Framer Motion - An animation library for React

Project structure

$PROJECT_ROOT
│   # Page files
├── pages
│   # React component files
├── components
│   # Non-react modules
├── lib
│   # Static files for images and 3d model file
└── public