Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 738 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 738 Bytes

League of Legends Short Quizzz

https://www.tyeb.dev/projects/lol-quizz

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
|        │   # API files
|        ├── api
│   # React component files
├── components
│   # Non-react modules
├── lib
│   # Static files for images and styles file
└── public

Under Construction 🚧