https://github.com/rachhen/dogwalk
This app gathers dog owners and users who are looking for job
https://github.com/rachhen/dogwalk
dog-owners
Last synced: 12 days ago
JSON representation
This app gathers dog owners and users who are looking for job
- Host: GitHub
- URL: https://github.com/rachhen/dogwalk
- Owner: rachhen
- Created: 2020-12-26T05:09:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T18:20:00.000Z (about 2 years ago)
- Last Synced: 2025-03-31T14:21:35.240Z (about 2 months ago)
- Topics: dog-owners
- Language: TypeScript
- Homepage:
- Size: 7.93 MB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DogWalk
> This project using React Native with Shopify Restyle library
I designed a mobile app for dog owners who need some support such as dog walking and day care.
This app gathers dog owners and users who are looking for job.
[See UI Design](https://www.figma.com/community/file/919982432716408347/Dog-Walk-App)

### Usage
```
git clone https://github.com/rachhen/DogWalk.git
cd DogWalk
yarn# Run on ios
npm run ios
or
yarn ios# Run on android
npm run android
or
yarn android
```