- Next.js - A React framework with hybrid static & server rendering, and route pre-fetching, etc.
- TailwindCSS - A utility-first CSS framework packed with classes like flex, pt-4, text-center and rotate-90
- GraphQL - A query language for your API
- Hygraph - Hygraph is the next generation GraphQL-Native Federated Content Platform.
- Framer Motion - An animation library for React
$PROJECT_ROOT
│ # Page files
├── pages
│ # Next components
├── components
│ # Static files for images
├── public
│ # Service files that connect to APIs
├── services
│ # SCSS files
└── styles