https://github.com/stefanoconsonni/jobby
This repository contains a job board App built with React Native. The App has search and pagination functionalities.
https://github.com/stefanoconsonni/jobby
css expo-cli javascript react-native
Last synced: 3 months ago
JSON representation
This repository contains a job board App built with React Native. The App has search and pagination functionalities.
- Host: GitHub
- URL: https://github.com/stefanoconsonni/jobby
- Owner: StefanoConsonni
- Created: 2023-08-15T06:48:17.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-16T12:48:30.000Z (almost 3 years ago)
- Last Synced: 2026-04-04T07:07:22.456Z (4 months ago)
- Topics: css, expo-cli, javascript, react-native
- Language: JavaScript
- Homepage:
- Size: 790 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jobby App
This repository contains a job board App built with React Native. The App has search and pagination functionalities.
### Setup
Rename the `.env.example` file to `.env` and follow the instructions provided in the .env file
### Install Dependencies (frontend & backend)
Ensure that [nvm](https://github.com/nvm-sh/nvm), [npm](https://www.npmjs.com/) and Nodemon are installed globally
Install the correct version of Node running this command in the project root folder
```
nvm install
```
```
npm install
```
### Run
Run the app locally
```
npx expo start —tunnel
```
Install the Expo Go app on your phone and scan the QR code that you find the the terminal. It will open the app and run it on your device.