#this project was developed in NodeJS/Reactjs #due to time constraine the database was not implimented #the application picks the user location and calculates the distance with the driver whose data has been stored in a JSON file in the system.
#To run this application
#step 1 #download the application #navigate to the client folder and run npm i #navigate to the root folder and run npm i #lunch the app by using localhost:3000 for the client side and localhost:5000 for the server side.