Skip to content

ShinysArc/homepage

Repository files navigation

My personal homepage

I needed a homepage for my projects portfolio, so here it is.
https://www.stephanegelibert.com/

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
  • 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 documents
└── public

Credits

Followed this tutorial by Takuya Matsuyama: https://www.youtube.com/watch?v=bSMZgXzC9AA
His website: https://www.craftz.dog
His GitHub page: https://github.com/craftzdog