I need a developer to piece together an app idea I have. I have the backend setup with api docs but I need a few pages developed for the front end. I have been looking at supabase and netlify but I am open to other suggestions.
IMPORTANT
I want the least amount of code required to put this app together. I have a cybersecurity background and the more code and/or reliance on 3rd party libraries, the more risk. I want to reduce as much reliance on 3rd party code as possible.
1. Landing page where users enter their email address. System sends user a one time magic link to sign into the system. Upon being logged into the system, user is presented with a form which requests their mailing address.
2. User enters their mailing address. The address API checks and/or suggests addresses which are validated addresses from the USPS. https://www.smarty.com/articles/usps-api
3. There is a payment button below which will be connected to our stripe account. After the user enters their mailing address, the payment form is below. After confirmation of successful payment, the record is created on the database and a receipt is sent to the client. They will be able to login with the email address they provided and will see their email address and mailing address greyed out. The only way to change it is to pay another $5. They pay the $5 fee which then creates the record on the back end which contains their email address and mailing address.
Once this app is fully functional, there is a phase 2.
... Show more