Open main menu
JavascriptDevs
Beta
DevelopersWebsites
GitHub
DevelopersWebsites
GitHub
© 2024 JavascriptDevs - All rights reserved.
  1. Websites
  2. Phuctm97.com

Phuctm97.com

🏚 Home on the Web
User avatar
Website details:
Created by:
phuctm97
Created At:
November 28, 2024
Categories:
landing-page
Stars:
49
Forks:
7
Website thumbnail

🏚 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

  • Next.js

  • MDX

  • Tailwind CSS

  • Vercel