Getting the optimal price for the job in the free market.
Openness in the bidding process.
Verified workers.
Client/ Worker details not diverged until they settle.
Actual Code - work-connect
FrontEnd deployed here - Work-Connect
BackEnd deployer here - Work-Connect
To run backend
cd server
yarn install
yarn run dev
To run frontend
cd client
yarn install
yarn start