Skip to content

3nd3r1/ender-homepage

Repository files navigation

Ender's Homepage

https://ender.fi/

Stack

  • 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 structure

$PROJECT_ROOT
│   # Page files
├── pages
│   # Next components
├── components
│   # Static files for images
├── public
│   # Service files that connect to APIs
├── services
│   # SCSS files
└── styles