GDSC NIT Silchar's Template for a JS + React + Tailwind CSS app.
- JavaScript
- React 18
- React Router 6
- Tailwind CSS
- Vite
- pnpm
- Prettier
- Very Strict ESLint
- Auto Lint and Pretty on commit using simple-git-hooks (compatible with Windows unlike husky)
This project uses Tailwind CSS v4 with CSS-based configuration. Custom GDSC color palette available:
bg-gdsc-blue-{1,2,3}/text-gdsc-blue-{1,2,3}- GDSC blue variantsbg-gdsc-green/text-gdsc-green- GDSC greenbg-gdsc-red-{1,2}/text-gdsc-red-{1,2}- GDSC red variantsbg-gdsc-yellow/text-gdsc-yellow- GDSC yellowfont-poppins- Poppins font family
Custom theme variables are defined in src/index.css using the @theme directive.
All SASS modules have been removed and replaced with Tailwind utility classes