This is an android mobile app which helps user to jot down all the important shopping items that has to be bought by the user while using. The User can also add the quantity of the item to be purchased. This app is also integrated with the Google Maps API, which helps the user to also set the location of the particular item on google maps, from where he/she wishes to buy that item. Through this app the user can add, update, delete and set location for shopping items.
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.