phuctm97.com
phuctm97.com copied to clipboard
🏚 Home on the Web
🏚 phuctm97.com
My home on the web — everything I learned and created: software dev, programming tutorials, career, startups, and open-source.
🔗 https://phuctm97.com
Project structure
-
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.