Simple React.js frontend for calculating and displaying payment schedules.
Try it out yourself! 🚀 murdho.com/payment-schedule-ui
Photo by Icons8 Team
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.
- 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