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

https://github.com/aaqyaar/job_finder_rn

Job Finder App is a mobile application that helps people to find jobs. It is built with React Native and Nodejs(Express).
https://github.com/aaqyaar/job_finder_rn

Last synced: 4 months ago
JSON representation

Job Finder App is a mobile application that helps people to find jobs. It is built with React Native and Nodejs(Express).

Awesome Lists containing this project

README

        

# Job Finder App

Job Finder App is a mobile application that helps people to find jobs. It is built with React Native and Nodejs(Express).

## Getting Started

### Prerequisites

- [x] Nodejs < 18
- [x] Android Studio (must for Android)
- [x] Xcode (must for iOS)

### Installation

1. Clone the repo

```sh
git clone https://github.com/aaqyaar/job_finder_rn.git
```

2. Install Dependencies

```sh
yarn install or # npm install
```

3. Run the app

```sh
# Run iOS
npm run ios
# Run Android
npm run android
```

4. Start the app

```sh
npm start
```

## Contributing

Contributions are always welcome!