A modern, secure international money transfer platform built with React and TypeScript.
remitflow/
├── frontend/ # React frontend application
│ ├── src/ # Frontend source code
│ │ ├── components/ # Reusable UI components
│ │ ├── pages/ # Page components
│ │ ├── types/ # TypeScript type definitions
│ │ └── hooks/ # Custom React hooks
│ └── public/ # Static assets
├── backend/ # Node.js backend API (placeholder)
│ └── src/ # Backend source code
└── public/ # Shared public assets
npm install
npm run devcd backend
npm install
npm run dev- 🚀 Fast international money transfers
- 💰 Competitive exchange rates
- 📱 Responsive design
- 🔒 Secure transactions
- 📊 Transfer history tracking
- 🌍 Multiple currency support
- React 18 with TypeScript
- Vite for build tooling
- Tailwind CSS for styling
- Shadcn/ui for UI components
- React Router for navigation
- TanStack Query for data fetching
- Node.js with Express
- TypeScript
- Database integration
- API authentication
- Payment processing
- Fork the repository
- Create a feature branch
- Make your changes
- Test thoroughly
- Submit a pull request
MIT License - see LICENSE file for details
