This is a Unit Converter App which helps user to convert a quantity from one unit to another. Currently this app only supports unit conversion of length quantities such as metres, kilometres, centimetres, etc. Soon, we will update this app with more UI features and we will also include other unit conversions as well.
Updates will be there for this app from time time to make its UI better And to add more features.
We welcome contributions from the open-source community to help improve the Shopping List App. To contribute, please follow these guidelines:
-
Fork the repository.
-
Create a new branch for your feature or bug fix:
git checkout -b feature/your-feature-name
-
Make your changes and ensure that the codebase remains clean and well-documented.
-
Write appropriate unit tests for your changes.
-
Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin feature/your-feature-name
- Create a new pull request, describing your changes and their purpose.