Skip to content
This repository has been archived by the owner on May 28, 2023. It is now read-only.

phuctm97/phuctm97.com

Repository files navigation

๐Ÿš phuctm97.com

Deployment status Checks status Dependabot status Code style License

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.

Technologies