Web app that provides value to pickup truck divers and users of the service. The service connects users with pickup truck drivers and utilizes a pricing system and escrow system to hold funds until delivery is complete. Involved creation of custom API's and utilization of third party API's for calculating distance matrices and geocoding.
A piece of code
Without giving too much away I would like to show off a simple button component that I made for use in this project.
I try to make sure that all of the code that I write is written with the goals of modularity, scalability, and readability. I think that this component shows that well. Because at the end of the day once I am finished with my project, I know that someone else is going to be maintaining, editing, or adding onto whatever I created.
Like this project
0
Posted Apr 28, 2024
In development - App that connects users with pickup truck drivers. Written with Next.js 14 (App router), Prisma, TailwindCSS, NextAuth, and much more