Skip to content

Commit

Permalink
chore: refactored readme.md
Browse files Browse the repository at this point in the history
- added  empler ai (sponsor)
  • Loading branch information
burhanyilmaz committed May 9, 2024
1 parent e989a07 commit 6152a82
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p align="center"><img src="./repoAssets/app.png" alt="Ignite README Splash Image" /></p>
<p align="center"><img src="./repoAssets/app.png" alt="WoMob - WordPress to Mobile App" /></p>

# WoMob - WordPress to Mobile App
[![wakatime](https://wakatime.com/badge/github/burhanyilmaz/womob.svg)](https://wakatime.com/badge/github/burhanyilmaz/womob)
Expand All @@ -8,6 +8,25 @@ This app utilizes the WordPress REST API. After clicking the convert button, you
## Intro Videos
- Demo video shows you what the app can do in simple terms. [Demo Video](https://www.youtube.com/watch?v=1vto0uXtHTQ)

## Quick Start
```
git clone https://github.com/burhanyilmaz/womob
yarn install || npm install
// android
yarn android
// ios
yarn ios
// tests
yarn jest
If you have questions, please feel free to ask.
```
<br/>

## Tech Stack
| Library | Version |
| ----------------- | ------- |
Expand All @@ -18,6 +37,10 @@ This app utilizes the WordPress REST API. After clicking the convert button, you
| MobX-State-Tree | v5.4 |
| MobX-React-Lite | v4 |
| Expo | v51 |
| Nativewind | v2 |
| RN Reanimated | v3.1 |
| Jest | v29.7 |
| React Native Testing Library | v12.5 |
| React Native Testing Library | v12.5 |

## Sponsors
<a style="align:center" href="https://empler.ai/"><img src="./repoAssets/sponsors/emplerai.png" width="200" alt="WoMob Sponsor: Empler.ai" style/></a>
Binary file added repoAssets/sponsors/emplerai.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6152a82

Please sign in to comment.