Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 849 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 849 Bytes

Responsive Webapp in React JS with styled components

Crypto Wallet responsive landing page. Template utilizes ReactJS, CSS-in-JS styled-components, and TypeScript.

Demo 🌐

View Demo: https://crypto-wallet-umber.vercel.app/

Features ✨

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.

Running the App ⚙️

In the project directory:

  1. Install dependencies:

npm install

  1. Run the app in development mode:

npm run dev