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
- Host: GitHub
- URL: https://github.com/tidbitsjs/pario
- Owner: TidbitsJS
- Created: 2022-08-20T18:28:14.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-21T15:31:36.000Z (almost 4 years ago)
- Last Synced: 2025-04-07T21:45:24.898Z (about 1 year ago)
- Topics: expo, react-native
- Language: JavaScript
- Homepage:
- Size: 1.12 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```