https://github.com/blaiti/directy
Directy is a business finder app designed to help users easily locate a various businesses within a specific area.
https://github.com/blaiti/directy
expo react-native typescript
Last synced: 12 months ago
JSON representation
Directy is a business finder app designed to help users easily locate a various businesses within a specific area.
- Host: GitHub
- URL: https://github.com/blaiti/directy
- Owner: blaiti
- License: mit
- Created: 2023-11-20T17:23:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-22T23:07:15.000Z (over 2 years ago)
- Last Synced: 2025-06-09T14:16:49.713Z (about 1 year ago)
- Topics: expo, react-native, typescript
- Language: TypeScript
- Homepage:
- Size: 6.7 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Directy
Directy is a business finder app designed to help users easily locate a various businesses within a specific area.

## Table of Contents
- [Tech Stack](#tech-stack)
- [Quick Start](#quick-start)
- [Run Locally](#run-locally)
- [Author](#author)
## Tech Stack
**Frontend:** React Native (Expo)
**Environment:** Android, iOS
**BAAS:** Firebase
## Quick start
Clone the repo
```bash
git clone https://github.com/blaiti/Directy
```
Install Directy packages with npm
```bash
cd Directy
npm install
```
## Run Locally
To run locally on Android, run the following command
```bash
npm run android
```
To run locally on iOS, run the following command
```bash
npm run ios
```
## Author
- [@blaiti](https://github.com/blaiti)