Skip to content

ej038b8vhu/ls-dynamic-portfolio

Repository files navigation

Netlify Status

Hi Finn,

This is a small one, but still a good practice though. You adapt new skill, mainly you use:

  • Tailwind for styling, very handy.

  • Motion for animations

  • React Hook Form for Form setting

  • Form Submit get notice after user submit the form

  • VScode extension

    • [Tailwind CSS IntelliSense] for code autocomplete, syntax highlighting, and linting.
    • [Tailwind Documentation] by press (cmd + ctrl + t) to open up tailwind documentation.
  • Migrate to Vite from CRA

    • refer to
    • reset tailwind css for vite
      • npm install -D tailwindcss postcss autoprefixer
      • npx tailwindcss init -p
      • delete output.css
      • edit tailwind.config.js file

past Finn