< see all project

Rent A Car

"Rent a car" is web application to find car rental by simply selecting country,city and pick-up drop-off date ,then the car you find will be appear a list of car, price and location on maps

Scope:

Actually its my personal project ,i'm start from scratch so,i build a database design ,making api with expressJs and Mysql,consume api to React js ,but i dont have references design so i just imagine that. The list of the pages i was build was:

  1. Login Page
  2. Register Page
  3. Landing Page
  4. Result Search Page
  5. Details Page
  6. payment Page
  7. My Transaction Page

list of Rest Api

  1. Booking api (post)
  2. Home Page api (Get)
  3. City api (Get)
  4. Country api (Get)
  5. result search api (Get)
  6. details api (Get)
  7. register api (Post)
  8. login api (Post)

Database design

Screenshot

Tech Stack

  • React js
  • Redux
  • expressJs
  • sequelize
  • mysql
  • tailwindCss