GitHub - luvbird32/remitflow · GitHub
Skip to content

luvbird32/remitflow

Folders and files

Repository files navigation

RemitFlow - International Money Transfer Platform

A modern, secure international money transfer platform built with React and TypeScript.

Project Structure

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

Getting Started

Frontend Development

npm install
npm run dev

Backend Development (Future)

cd backend
npm install
npm run dev

Features

  • 🚀 Fast international money transfers
  • 💰 Competitive exchange rates
  • 📱 Responsive design
  • 🔒 Secure transactions
  • 📊 Transfer history tracking
  • 🌍 Multiple currency support

Tech Stack

Frontend

  • 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

Backend (Planned)

  • Node.js with Express
  • TypeScript
  • Database integration
  • API authentication
  • Payment processing

Contributing

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Test thoroughly
  5. Submit a pull request

License

MIT License - see LICENSE file for details

About

No description, website, or topics provided.

Resources

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages