Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sanidhyy/jobs-react-native

Job Finder App using React Native
https://github.com/sanidhyy/jobs-react-native

app application css expo expo-cli javascript js modern nodejs react react-native react-navigation reactjs

Last synced: about 1 month ago
JSON representation

Job Finder App using React Native

Awesome Lists containing this project

README

        

# Job Finder - Find your perfect job


A React Native Job Finder App

[![Ask Me Anything!](https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg)](https://github.com/Technical-Shubham-tech "Ask Me Anything!")
[![GitHub license](https://img.shields.io/github/license/Technical-Shubham-tech/jobs-react-native)](https://github.com/Technical-Shubham-tech/jobs-react-native/blob/main/LICENSE.md "GitHub license")
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/Technical-Shubham-tech/jobs-react-native/commits/main "Maintenance")
[![GitHub branches](https://badgen.net/github/branches/Technical-Shubham-tech/jobs-react-native)](https://github.com/Technical-Shubham-tech/jobs-react-native/branches "GitHub branches")
[![Github commits](https://badgen.net/github/commits/Technical-Shubham-tech/jobs-react-native/main)](https://github.com/Technical-Shubham-tech/jobs-react-native/commits "Github commits")
[![GitHub issues](https://img.shields.io/github/issues/Technical-Shubham-tech/jobs-react-native)](https://github.com/Technical-Shubham-tech/jobs-react-native/issues "GitHub issues")
[![GitHub pull requests](https://img.shields.io/github/issues-pr/Technical-Shubham-tech/jobs-react-native)](https://github.com/Technical-Shubham-tech/jobs-react-native/pulls "GitHub pull requests")

## :pushpin: How to use this App?

1. Make sure [Git](https://git-scm.com "Git") and [NodeJS](https://nodejs.org "NodeJS") are installed.
2. Clone this repository to your local computer.
3. Type and Run `npm install` or `yarn install` to install required packages.
4. Install **Expo Cli** using `npm i -g expo-cli` or `yarn global add expo-cli` to deploy your app on Expo.
5. Create `.env` file in root directory.
6. Contents of `.env`:

```
RAPID_API_KEY=XXXXXXXXXXXXXXXXXXX
```

7. Now, to setup API, go to [Rapid API Website](https://rapidapi.com/ "Rapid API Website") and create an account.
8. Enable this API to fetch job data: [API: JSearch by OpenWeb Ninja](https://rapidapi.com/letscrape-6bRBa3QguO5/api/jsearch "API: JSearch by OpenWeb Ninja").

![Copy API Key](/.github/images/step_rapidapi.png "Copy API Key")

9. Once project has been set up, you can start this app using `npm start` or `yarn start`.
10. Now app is fully configured and you can start using this app :+1:.

:books: **More Info** related [How to start Expo App](https://www.reactnative.dev/docs/environment-setup "How to start Expo App")

## :camera: Screenshots:


Job Categories
Search various jobs


Supports Pagination
View more about jobs


Job Qualifications
Job Responsibilities

## :gear: Built with

[](https://www.javascript.com/ "JavaScript")

[](https://reactjs.org/ "React JS")

[](https://www.reactnative.dev/ "React Native")

[Built with Love](https://github.com/Technical-Shubham-tech "Built with Love")

## :raised_hands: Contribute

You might encounter some bugs while using this app. You are more than welcome to contribute. Just submit changes via pull request and I will review them before merging. Make sure you follow community guidelines.

## Buy Me a Coffee 🍺

[](https://www.buymeacoffee.com/sanidhy "Buy me a Coffee")

## :rocket: Follow Me

[![GitHub followers](https://img.shields.io/github/followers/Technical-Shubham-tech?style=social&label=Follow&maxAge=2592000)](https://github.com/Technical-Shubham-tech "Follow Me")
[![Twitter](https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Ftwitter.com%2FTechnicalShubam)](https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2FTechnical-Shubham-tech%2Fmedical-chat-app "Tweet")
[![YouTube](https://img.shields.io/badge/YouTube-FF0000?style=for-the-badge&logo=youtube&logoColor=white)](https://www.youtube.com/channel/UCNAz_hUVBG2ZUN8TVm0bmYw "Subscribe my Channel")

## :star: Give A Star

You can also give this repository a star to show more people and they can use this repository.

## :red_circle: Expo Router Example

Use [`expo-router`](https://expo.github.io/router "expo-router") to build native navigation using files in the `app/` directory.

## :rocket: How to use

```sh
npx create-react-native-app -t with-router
```

## :page_with_curl: Notes

- [Expo Router: Docs](https://expo.github.io/router "Expo Router: Docs")
- [Expo Router: Repo](https://github.com/expo/router "Expo Router: Repo")
- [Request for Comments](https://github.com/expo/router/discussions/1 "Request for Comments")