Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tradazone

A modern, multi-chain invoicing and checkout platform built for businesses and freelancers — enabling seamless payments across fiat and blockchain networks.

Deploy React Vite License


📖 About the Project

Tradazone is a full-featured business management and payment product. It allows users to manage customers, create invoices, run checkout flows, and accept payments — including via Web3 wallets on the Stellar and Starknet networks.

The goal is to give small businesses and freelancers a single, elegant dashboard to handle their entire billing workflow, with the option to receive crypto payments without compromising the simplicity of a traditional invoicing tool.

Key Features

  • 🧾 Invoice creation & PDF export — Generate professional invoices and download them as PDFs
  • 🛒 Checkout flows — Create shareable checkout links for products/services
  • 📬 Mail Checkout — Send payment links directly to customers via email
  • 👥 Customer management — Add, view, and manage your customer directory
  • 📦 Items & Services catalog — Build a reusable catalog of your offerings
  • 📊 Dashboard analytics — Visual overview of revenue and activity via Chart.js
  • 🔐 Authentication & Onboarding — Sign up/in flows with a multi-step onboarding experience
  • 🌐 Web3 wallet support — Connect Freighter (Stellar) and Starknet wallets for crypto payments
  • ⚙️ Settings — Profile, password, notification, and payment configuration

🚀 Getting Started

Prerequisites

  • Node.js v18 or higher
  • npm v9 or higher

Installation

# 1. Clone the repository
git clone https://github.com/FolushoJoseph/Tradazone.git

# 2. Navigate into the project directory
cd Tradazone/tradazone

# 3. Install dependencies
npm install

# 4. Start the development server
npm run dev

The app will be available at http://localhost:5173.

Building for Production

npm run build

Deploying to GitHub Pages

npm run deploy

🗂️ Project Structure

tradazone/
├── public/                     # Static assets (favicon, etc.)
└── src/
    ├── App.jsx                 # Root component — routing & providers
    ├── main.jsx                # Entry point
    ├── index.css               # Global styles
    │
    ├── assets/                 # Images, logos, and static media
    │
    ├── components/
    │   ├── forms/              # Reusable form components
    │   ├── invoice/            # Invoice-specific UI components
    │   ├── layout/             # App shell: Sidebar, Header, Layout wrapper
    │   ├── routing/            # PrivateRoute and auth guards
    │   ├── tables/             # Data table components
    │   └── ui/                 # Generic UI: Modals, Buttons, Inputs, etc.
    │
    ├── context/
    │   ├── AuthContext.jsx     # Authentication state & logic
    │   └── DataContext.jsx     # Global data state (customers, items, invoices)
    │
    ├── hooks/
    │   └── useFreighter.js     # Hook for Stellar Freighter wallet integration
    │
    ├── pages/
    │   ├── auth/               # SignIn, SignUp, Onboarding
    │   ├── checkouts/          # CheckoutList, CreateCheckout, CheckoutDetail, MailCheckout
    │   ├── customers/          # CustomerList, AddCustomer, CustomerDetail
    │   ├── dashboard/          # Home / analytics dashboard
    │   ├── invoices/           # InvoiceList, CreateInvoice, InvoiceDetail, InvoicePreview
    │   ├── items/              # ItemsList, AddItem, ItemDetail
    │   └── settings/           # Profile, Password, Payment, Notification settings
    │
    ├── services/               # API/service layer abstractions
    │
    └── utils/
        ├── detectFreighter.js  # Utility to detect Freighter wallet extension
        └── wallet-discovery.js # Multi-chain wallet discovery helpers

🛠️ Tech Stack

Layer Technology
Framework React 19 + Vite 7
Routing React Router DOM v7
Styling Tailwind CSS v3
Charts Chart.js + react-chartjs-2
PDF Export html2pdf.js
Icons Lucide React
Stellar Wallet @stellar/freighter-api
Starknet Wallet get-starknet + starknet.js
EVM Wallet ethers.js v6
Deployment GitHub Pages (via gh-pages)

🤝 Contributing

Contributions, bug reports, and feature suggestions are all welcome!

How to Contribute

  1. Fork this repository
  2. Create a feature branch
    git checkout -b feature/your-feature-name
  3. Commit your changes with a clear message
    git commit -m "feat: add your feature description"
  4. Push to your branch
    git push origin feature/your-feature-name
  5. Open a Pull Request — describe what you changed and why

Commit Message Convention

We follow a simple convention for commit messages:

Prefix When to use
feat: A new feature
fix: A bug fix
style: UI/CSS changes with no logic change
refactor: Code restructuring without behavior change
docs: Documentation updates
chore: Dependency updates, build configs

Reporting Issues

Found a bug or have a suggestion? Open an issue and include:

  • A clear description of the problem
  • Steps to reproduce
  • Expected vs actual behavior
  • Screenshots if applicable

Code Style

  • Keep components focused and single-purpose
  • Co-locate styles with components where possible
  • Follow existing naming conventions (PascalCase for components, camelCase for hooks/utils)
  • Avoid hardcoded values — use the data/context layer

📄 License

This project is licensed under the MIT License. See the LICENSE file for details.


🔗 Links

About

Crypto invoicing platform designed for freelancers to seamlessly create, send, and manage invoices while accepting payments in cryptocurrency, with real-time conversion, low transaction fees, and global accessibility.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages