src ├── components -- react components ├── data -- data related to directions, questions and test results ├── hooks -- custom hooks ├── pages -- nextjs pages │ ├── loading │ ├── q -- question page ...
css-in-console is a library that allows you to style terminal outputs in JavaScript/TypeScript code using a CSS-like syntax. Primarily, this can be used to apply certain text formatting and its colors ...