We are providing various kind of cleanning service as per user need.
Old Project Live link is below:
1. implemented with Vite
1. create project with react typescript template
-
service folder is responsible for api request which is dependenend on httpInstace created with axios, all request handled by request object such as: requests.get, requests.post
-
individual service is defined with seperate file contained with individual method. Just call the related service class instance and use the method you need to.