- 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
.
│ # Docker related files
├── build
│ # Static files like images
├── public
└── src/
│ # Page content
├── app
│ # Next components
├── components
│ # Reusable utility
├── lib
│ # Interaction with external APIs
└── services