transferpoints

TransferPoints

TransferPoints is a modern, consumer-facing web application that tracks credit card points transfer bonuses, transfer partner relationships, program details, and historical bonus data.

Features

Tech Stack

Getting Started

  1. Clone the repository:
    git clone https://github.com/latelogic-lalo/transferpoints.git
    cd transferpoints
    
  2. Install dependencies:
    npm install
    
  3. Run the development server:
    npm run dev
    
  4. Open http://localhost:3000 to view the app.

Data Management

All data is stored in the /data directory:

Deployment

This project is configured to deploy automatically to GitHub Pages on every push to main. To manually build:

npm run build
# The static output will be in the `out/` directory.