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

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.

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.

![Directy](https://github.com/blaiti/Directy/assets/32510139/cb70f566-be56-4375-9943-1a02549ce087)

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