A modern, animated, mobile-responsive signup flow built with React, Vite, and Tailwind CSS.
- Multi-step signup with animated transitions
 - Mobile responsive design
 - Dark mode toggle
 - Stylish UI with modern visuals
 - Country/number selection, plan selection, and payment simulation
 - Mock API for demo purposes
 
- Node.js (v16+ recommended)
 - npm
 
npm installnpm run devOpen http://localhost:5173 in your browser.
- Add your own images to 
src/assetsorpublicand use them in the UI. - Tweak Tailwind config for custom themes.
 
- Use the toggle button in the header to switch between light and dark themes.
 
- Step transitions and UI elements use smooth fade/slide animations.
 
MIT
To initialize a git repository and push your code to a remote (e.g., GitHub):
git init
git add .
git commit -m "Initial commit"
git remote add origin https://github.com/your-username/your-repo.git
git branch -M main
git push -u origin mainReplace your-username/your-repo.git with your actual GitHub repository URL.