phuctm97.com icon indicating copy to clipboard operation
phuctm97.com copied to clipboard

🏚 Home on the Web

🏚 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