/payment-schedule-ui

React UI for a payment schedule calculator API

Primary LanguageJavaScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Payment Schedule UI 💸

Simple React.js frontend for calculating and displaying payment schedules.

Try it out yourself! 🚀 murdho.com/payment-schedule-ui

Woman with Bitcoin

Photo by Icons8 Team

Disclaimer: Fake Data

Right now it is using a fake API which means that some of the schedule fields are randomly generated.

Please do not use the schedules for real-life financial situations.

TODO

  • MVP - schedule calculator, fake API usage
  • Deployment to GitHub Pages
  • Add error boundary and better error handling
  • Add config, refactor locale string usages to use config
  • Add snapshot tests
  • Add better tests
  • Add a separate products page
  • Build and deploy using GitHub Actions