Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cephascard0207/lendapaw_app
A mobile app designed to help users add and track information about stray pets in their area. The app features screens for adding pet details, including type, name, image, and last seen location. The app aims to facilitate the process of helping stray animals find assistance. App Design & Development under Progress!
https://github.com/cephascard0207/lendapaw_app
android-app app-design app-development kivy lendapaw mobile-app python pythonkit thunkable
Last synced: 5 days ago
JSON representation
A mobile app designed to help users add and track information about stray pets in their area. The app features screens for adding pet details, including type, name, image, and last seen location. The app aims to facilitate the process of helping stray animals find assistance. App Design & Development under Progress!
- Host: GitHub
- URL: https://github.com/cephascard0207/lendapaw_app
- Owner: cephascard0207
- License: other
- Created: 2024-08-06T16:51:19.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-09T07:20:22.000Z (5 months ago)
- Last Synced: 2024-12-18T19:09:10.627Z (5 days ago)
- Topics: android-app, app-design, app-development, kivy, lendapaw, mobile-app, python, pythonkit, thunkable
- Homepage:
- Size: 4.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lend a PawπΆπ±
A mobile app designed to help users add and track information about stray pets in their area. Currently using Thunkable to build a Prototype, the app aims to facilitate the process of helping stray animals find assistance. But will soon be Developed using Python Kivy Kit for Multi-Platform Application development.
## Mobile App Design v1.0
## Features
- **Splash Screens:** Introduction screens to welcome users.
- **Home View:** Displays all added stray pets with an option to add a new entry.
- **Add Paw Screen:** Allows users to input stray pet details including:
- Stray type (Dog or Cat)
- Name of the person adding the information
- Image of the stray pet
- Location where the pet was last seen## Screens
1. **Splashscreen One:** Initial welcome screen.
2. **Splashscreen Two:** Secondary introduction screen.
3. **Home View:** Main screen displaying added strays with an add button.
4. **Add Paw Screen:** Screen to input stray details including type, name, image, and last seen location.## Usage
1. **Home View:** View all added stray pets and add new entries.
2. **Add Paw Screen:** Fill in the details about the stray pet and submit to save the information.### How to Contribute
1. **Fork the repository.**
2. **Clone your fork:**
```bash
git clone https://github.com/your-username/LendAPaw_app.git
```
3. **Create a new branch from `main`:**
```bash
cd LendAPaw_app
git checkout -b feature-branch
```
4. **Make your changes and commit them:**
```bash
git add .
git commit -m 'Add new feature'
```
5. **Push to the branch:**
```bash
git push origin feature-branch
```
6. **Create a new Pull Request:**
- Go to the repository on GitHub.
- Click on the "Compare & pull request" button.
- Submit the pull request.## License
This project is licensed under a custom lend a paw app license - see the [LICENSE](LICENSE) file for details.
## Acknowledgments & Contributor Credits
- Project Contributors > Cephas Cardozo & Andy Fernandes
- Thanks to Thunkable for providing a platform to build the app.