https://github.com/kbismark/squarezn
Image sharing app with react-native, expo, expo router and tailwindcss.
https://github.com/kbismark/squarezn
expo-app expo-router image-sharing-app react-native-app react-native-tailwind
Last synced: about 1 month ago
JSON representation
Image sharing app with react-native, expo, expo router and tailwindcss.
- Host: GitHub
- URL: https://github.com/kbismark/squarezn
- Owner: KBismark
- Created: 2025-01-12T04:41:14.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-08T10:00:26.000Z (over 1 year ago)
- Last Synced: 2025-09-04T07:31:37.782Z (10 months ago)
- Topics: expo-app, expo-router, image-sharing-app, react-native-app, react-native-tailwind
- Language: TypeScript
- Homepage:
- Size: 303 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Expo Router and Tailwind CSS
Image sharing app with react-native, expo, expo router and tailwindcss.
## Screenshots


## 🚀 How to run app
```sh
git clone https://github.com/KBismark/squarezn.git
```
Navigate to the project directory
```sh
cd squarezn
```
Install dependencies
```sh
npm install
```
Start the app
```sh
npx expo start
```