Crypto Wallet responsive landing page. Template utilizes ReactJS, CSS-in-JS styled-components, and TypeScript.
View Demo: https://crypto-wallet-umber.vercel.app/
This landing page template features the following👇:
• Reuseable primitive component using Class Variance Authority (CVA) for a variant structure approach:
src/components/ui/button.tsx
• Solid state management using custom email validation hook for input and error handling:
src/hooks/useValidateEmail.ts
• Mobile-first responsive design with breakpoints for larger resolutions.
• Smooth hover transitions for buttons.
In the project directory:
npm install
npm run dev