Skip to content

K-Eiei/hackathy-homepage

Repository files navigation

Project structure

$PROJECT_ROOT
├── public
└── src
    ├── assets
    ├── components
    ├── lib
    ├── router
    └── view

Guide

|------------------ Valiable CSS -----------------

  "Create valiable in 'tailwind.config.js' file and
  Set Color in file 'index.css'"

|-------------------------------------------------

|-------------------- Library --------------------
  npm install -D tailwindcss postcss autoprefixer
  npx tailwindcss init -p
  npm i -D react-router-dom@latest
  npm install react-icons --save
  npm install aos --save
  npm install framer-motion // Framer Motion requires React 18.
  npm i @emotion/styled @emotion/react
  npm i react-helmet-async // ช่วยในการจัดการกับเนื้อหาภายใน <head> ของ HTML
  npm install --save three

  <!-- Recoment -->
  https://headlessui.com/ - Package ที่ช่วยในการสร้าง Dropdowns ต่างๆ
|-------------------------------------------------

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published