My home on the web โ everything I learned and created: software dev, programming tutorials, career, startups, and open-source.
๐ https://phuctm97.com
-
pages/*.tsx: Next.js pages/routes.
-
layouts/*.tsx: layout components, making sure things organized nicely and responsively.
-
components/*.tsx: shared components between pages, both presentational and behavioral.
-
styles/*.css: Tailwind-based stylesheets.
-
constants/*.ts: commonly-used constants.
-
interfaces/*.ts: application-specific types.
-
unified/*.js: application-specific unified plugins and presets for processing MDX files.
-
utils/*.ts: commonly-used utilities.