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

https://github.com/tidbitsjs/pario

Assessment of Pario
https://github.com/tidbitsjs/pario

expo react-native

Last synced: about 1 month ago
JSON representation

Assessment of Pario

Awesome Lists containing this project

README

          

# Pario

Assessment travel app for Pario

Live: [Expo](https://expo.dev/@tidbit/Pario?serviceType=classic&distribution=expo-go)

Design: [Figma](https://www.figma.com/file/dsGY18e0EkY5cDGPLqQtgb/Assessment-for-Mobile-Devs?node-id=0%3A1)

> Note: Expo links work only for Android Devices. To see the app on IOS, run the app locally.

#

## Setup

Project requirements:

```bash
git
NodeJS
NPM
```

Download [Expo Go](https://expo.dev/client) app on your device.

To verify the installation of above, you can run this:

```bash
git --version
node --version
npm --version
```

After you've made sure to have the correct things installed, you should be able to just run a few commands to get set up:

Clone the repo

```bash
https://github.com/TidbitsJS/Pario.git
cd Pario
```

Install node modules & run the app:

```bash
npm install
npm start
```