The Labor Services mobile application is an open-source online platform that serves as an interface between customers and laborers. It aims to connect laborers with employment opportunities while providing customers with convenient access to reliable services. Through this app, customers can easily hire laborers and have the option to provide feedback based on the quality of service received.
The development of the app is temporarily paused, efforts will be made to resume its progress and provide users with a seamless experience in the future
All contributors of the open-source community are warmly welcomed to contribute to the Labor Services mobile application and share their valuable ideas. We encourage active participation and collaboration from the community to enhance the project further. Our issue section is open for discussions related to the project, providing a platform for exchanging thoughts, addressing concerns, and proposing improvements. Together, we can make the Labor Services app even better and more beneficial for both laborers and customers.
-
Fork the project
-
Clone the project to run on your local machine using the following command
git clone https://github.com/<your_github_username>/labourServices.git
-
Get into the root directory
cd labourServices
-
Install all dependencies by running
npm install
-
Create your branch
git checkout -b <your_branch_name>
-
To run and view the application on localhost
ionic serve
-
Make your changes
-
Stage your changes
git add <filename>
-
Commit your changes
git commit -m <your-commit-message>
-
Push your changes into your branch
git push origin <your_branch_name>
-
Create a Pull Request
Click compare across forks if you don't see your branch