Portfolio site for Skandy. I built this site intially by following a tutorial by the talented Takuya Matsuyama and then going over everything and customising to both better understand everything that was being used and to make it my own.
- 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
- Framer Motion - Animation library for React
- Emotion Styled Components - Styling library for React
$ROOT
│ # Page files
├── pages
│ # React component files
├── components
│ # Non-react modules
├── lib
│ # Static files for images
└── public