This is a car rental project created by me with the intention of test my abilities in both frontend and backend. It working by simple choosing a date for pick the car and a date for returning it, choosing a car from your preference and making a rent! You can also see all the rents that you've made.
ReactJS, Styled-Components -> Frontend
Fastify, Prisma, Zod -> Backend
You can just clone the projects (Car-Rental-Frontend and Car-Rental-Backend), and after that execute this two commands in both:
npm i
npm run dev
And there you go!