{"id":23439665,"url":"https://github.com/sanidhyy/jobs-react-native","last_synced_at":"2025-04-13T08:09:17.114Z","repository":{"id":165515997,"uuid":"618701583","full_name":"sanidhyy/jobs-react-native","owner":"sanidhyy","description":"Job Finder App using React Native","archived":false,"fork":false,"pushed_at":"2025-04-07T08:31:44.000Z","size":4030,"stargazers_count":10,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-13T08:09:04.836Z","etag":null,"topics":["app","application","css","expo","expo-cli","javascript","js","modern","nodejs","react","react-native","react-navigation","reactjs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sanidhyy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["sanidhyy"],"patreon":"sanidhy","custom":"https://www.buymeacoffee.com/sanidhy"}},"created_at":"2023-03-25T05:02:15.000Z","updated_at":"2025-04-07T08:31:41.000Z","dependencies_parsed_at":"2024-01-15T10:18:40.268Z","dependency_job_id":"26f4dc18-f343-4b01-bf44-0ab0541192fa","html_url":"https://github.com/sanidhyy/jobs-react-native","commit_stats":null,"previous_names":["sanidhyy/jobs-react-native"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanidhyy%2Fjobs-react-native","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanidhyy%2Fjobs-react-native/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanidhyy%2Fjobs-react-native/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanidhyy%2Fjobs-react-native/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sanidhyy","download_url":"https://codeload.github.com/sanidhyy/jobs-react-native/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248681492,"owners_count":21144700,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["app","application","css","expo","expo-cli","javascript","js","modern","nodejs","react","react-native","react-navigation","reactjs"],"created_at":"2024-12-23T15:33:11.778Z","updated_at":"2025-04-13T08:09:17.083Z","avatar_url":"https://github.com/sanidhyy.png","language":"JavaScript","funding_links":["https://github.com/sponsors/sanidhyy","https://patreon.com/sanidhy","https://www.buymeacoffee.com/sanidhy"],"categories":[],"sub_categories":[],"readme":"# Job Finder - Find your perfect job\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"/.github/images/img_main.jpeg\" alt=\"A React Native Job Finder App\" height=\"700\" title=\"A React Native Job Finder App\" /\u003e\n\u003c/p\u003e\n\n[![Ask Me Anything!](https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg)](https://github.com/Technical-Shubham-tech \"Ask Me Anything!\")\n[![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\")\n[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/Technical-Shubham-tech/jobs-react-native/commits/main \"Maintenance\")\n[![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\")\n[![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\")\n[![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\")\n[![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\")\n\n## :pushpin: How to use this App?\n\n1. Make sure [Git](https://git-scm.com \"Git\") and [NodeJS](https://nodejs.org \"NodeJS\") are installed.\n2. Clone this repository to your local computer.\n3. Type and Run `npm install` or `yarn install` to install required packages.\n4. Install **Expo Cli** using `npm i -g expo-cli` or `yarn global add expo-cli` to deploy your app on Expo.\n5. Create `.env` file in root directory.\n6. Contents of `.env`:\n\n```\nRAPID_API_KEY=XXXXXXXXXXXXXXXXXXX\n```\n\n7. Now, to setup API, go to [Rapid API Website](https://rapidapi.com/ \"Rapid API Website\") and create an account.\n8. Enable this API to fetch job data: [API: JSearch by OpenWeb Ninja](https://rapidapi.com/letscrape-6bRBa3QguO5/api/jsearch \"API: JSearch by OpenWeb Ninja\").\n\n![Copy API Key](/.github/images/step_rapidapi.png \"Copy API Key\")\n\n9. Once project has been set up, you can start this app using `npm start` or `yarn start`.\n10. Now app is fully configured and you can start using this app :+1:.\n\n:books: **More Info** related [How to start Expo App](https://www.reactnative.dev/docs/environment-setup \"How to start Expo App\")\n\n## :camera: Screenshots:\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"/.github/images/img1.jpeg\" alt=\"Job Categories\" height=\"700\" title=\"Job Categories\" /\u003e\n\u003cimg src=\"/.github/images/img2.jpeg\" alt=\"Search various jobs\" height=\"700\" title=\"Search various jobs\" /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"/.github/images/img3.jpeg\" alt=\"Supports Pagination\" height=\"700\" title=\"Supports Pagination\" /\u003e\n\u003cimg src=\"/.github/images/img4.jpeg\" alt=\"View more about jobs\" height=\"700\" title=\"View more about jobs\" /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"/.github/images/img5.jpeg\" alt=\"Job Qualifications\" height=\"700\" title=\"Job Qualifications\" /\u003e\n\u003cimg src=\"/.github/images/img6.jpeg\" alt=\"Job Responsibilities\" height=\"700\" title=\"Job Responsibilities\" /\u003e\n\u003c/p\u003e\n\n## :gear: Built with\n\n[\u003cimg src=\"https://img.shields.io/badge/JavaScript-323330?style=for-the-badge\u0026logo=javascript\u0026logoColor=F7DF1E\" width=\"150\" height=\"40\" /\u003e](https://www.javascript.com/ \"JavaScript\")\n\n[\u003cimg src=\"https://img.shields.io/badge/React-20232A?style=for-the-badge\u0026logo=react\u0026logoColor=61DAFB\" width=\"150\" /\u003e](https://reactjs.org/ \"React JS\")\n\n[\u003cimg src=\"https://img.shields.io/badge/React_Native-20232A?style=for-the-badge\u0026logo=react\u0026logoColor=61DAFB\" width=\"150\" /\u003e](https://www.reactnative.dev/ \"React Native\")\n\n[\u003cimg src=\"http://ForTheBadge.com/images/badges/built-with-love.svg\" alt=\"Built with Love\"\u003e](https://github.com/Technical-Shubham-tech \"Built with Love\")\n\n## :raised_hands: Contribute\n\nYou 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.\n\n## Buy Me a Coffee 🍺\n\n[\u003cimg src=\"https://img.shields.io/badge/Buy_Me_A_Coffee-FFDD00?style=for-the-badge\u0026logo=buy-me-a-coffee\u0026logoColor=black\" width=\"200\" /\u003e](https://www.buymeacoffee.com/sanidhy \"Buy me a Coffee\")\n\n## :rocket: Follow Me\n\n[![GitHub followers](https://img.shields.io/github/followers/Technical-Shubham-tech?style=social\u0026label=Follow\u0026maxAge=2592000)](https://github.com/Technical-Shubham-tech \"Follow Me\")\n[![Twitter](https://img.shields.io/twitter/url?style=social\u0026url=https%3A%2F%2Ftwitter.com%2FTechnicalShubam)](https://twitter.com/intent/tweet?text=Wow:\u0026url=https%3A%2F%2Fgithub.com%2FTechnical-Shubham-tech%2Fmedical-chat-app \"Tweet\")\n[![YouTube](https://img.shields.io/badge/YouTube-FF0000?style=for-the-badge\u0026logo=youtube\u0026logoColor=white)](https://www.youtube.com/channel/UCNAz_hUVBG2ZUN8TVm0bmYw \"Subscribe my Channel\")\n\n## :star: Give A Star\n\nYou can also give this repository a star to show more people and they can use this repository.\n\n## :red_circle: Expo Router Example\n\nUse [`expo-router`](https://expo.github.io/router \"expo-router\") to build native navigation using files in the `app/` directory.\n\n## :rocket: How to use\n\n```sh\nnpx create-react-native-app -t with-router\n```\n\n## :page_with_curl: Notes\n\n- [Expo Router: Docs](https://expo.github.io/router \"Expo Router: Docs\")\n- [Expo Router: Repo](https://github.com/expo/router \"Expo Router: Repo\")\n- [Request for Comments](https://github.com/expo/router/discussions/1 \"Request for Comments\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanidhyy%2Fjobs-react-native","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsanidhyy%2Fjobs-react-native","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanidhyy%2Fjobs-react-native/lists"}