An open API service indexing awesome lists of open source software.

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

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)

![alt text](./app/assets/images/Dribbble-HD.jpg 'Preview')

### 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
```