{"id":24905676,"url":"https://github.com/prashantkoirala465/job-finder-using-react-native","last_synced_at":"2025-09-20T07:36:58.785Z","repository":{"id":274953465,"uuid":"917682434","full_name":"prashantkoirala465/Job-Finder-using-React-Native","owner":"prashantkoirala465","description":"A sophisticated mobile application built with React Native and Expo that helps users find job opportunities. The app provides a seamless experience for job searching with features like nearby jobs, popular jobs, detailed job views, and advanced search capabilities.","archived":false,"fork":false,"pushed_at":"2025-01-30T10:09:11.000Z","size":114479,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T21:48:06.261Z","etag":null,"topics":["expo","react","react-native","react-router"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/prashantkoirala465.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"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}},"created_at":"2025-01-16T13:02:46.000Z","updated_at":"2025-02-07T02:38:13.000Z","dependencies_parsed_at":"2025-01-30T11:34:13.961Z","dependency_job_id":null,"html_url":"https://github.com/prashantkoirala465/Job-Finder-using-React-Native","commit_stats":null,"previous_names":["prashantkoirala465/job-finder-using-react-native"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/prashantkoirala465/Job-Finder-using-React-Native","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prashantkoirala465%2FJob-Finder-using-React-Native","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prashantkoirala465%2FJob-Finder-using-React-Native/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prashantkoirala465%2FJob-Finder-using-React-Native/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prashantkoirala465%2FJob-Finder-using-React-Native/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prashantkoirala465","download_url":"https://codeload.github.com/prashantkoirala465/Job-Finder-using-React-Native/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prashantkoirala465%2FJob-Finder-using-React-Native/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276064301,"owners_count":25578997,"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","status":"online","status_checked_at":"2025-09-20T02:00:10.207Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["expo","react","react-native","react-router"],"created_at":"2025-02-02T00:24:07.815Z","updated_at":"2025-09-20T07:36:58.743Z","avatar_url":"https://github.com/prashantkoirala465.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Job Finder React Native Application\n\n## Overview\nA sophisticated mobile application built with React Native and Expo that helps users find job opportunities. The app provides a seamless experience for job searching with features like nearby jobs, popular jobs, detailed job views, and advanced search capabilities.\n\n## Features\n\n### 1. Home Screen\n- Personalized welcome message\n- Dynamic job type selection (Full-time, Part-time, Contractor)\n- Search functionality with custom input field\n- Popular jobs section with horizontal scrolling\n- Nearby jobs section with vertical list\n\n### 2. Job Search\n- Real-time job search functionality\n- Advanced filtering options\n- Pagination support for search results\n- Dynamic loading states with activity indicators\n\n### 3. Job Details\n- Comprehensive job information display\n- Company details with logo\n- Job description tabs (About, Qualifications, Responsibilities)\n- Share job functionality\n- Apply now button with external link\n- Pull-to-refresh functionality\n\n## Technology Stack\n\n### Core Technologies\n- React Native\n- Expo Router for navigation\n- Axios for API integration\n\n### UI Components\n- Custom styled components\n- Native components (FlatList, ScrollView, etc.)\n- Activity indicators for loading states\n- Custom cards for job listings\n\n### State Management\n- React Hooks (useState, useCallback)\n- Custom hooks for data fetching (useFetch)\n\n### API Integration\n- JSearch API from RapidAPI\n- RESTful API calls with Axios\n- Error handling and loading states\n\n## Project Structure\n\n```\n├── app/                    # Main application screens\n│   ├── _layout.js         # Root layout configuration\n│   ├── index.js           # Entry point\n│   ├── home.js            # Home screen\n│   ├── job-details/       # Job details screen\n│   └── search/            # Search functionality\n├── components/            # Reusable UI components\n│   ├── common/            # Shared components\n│   ├── home/              # Home screen components\n│   └── jobdetails/        # Job details components\n├── constants/             # App constants and theme\n├── assets/               # Static assets\n│   ├── fonts/            # Custom fonts\n│   ├── icons/            # App icons\n│   └── images/           # Images\n├── styles/               # Global styles\n├── utils/                # Utility functions\n└── hook/                 # Custom React hooks\n```\n\n## Component Details\n\n### Home Components\n1. **Welcome (components/home/welcome/Welcome.jsx)**\n   - Handles user greeting\n   - Search input functionality\n   - Job type selection tabs\n\n2. **Popularjobs (components/home/popular/Popularjobs.jsx)**\n   - Displays popular job listings\n   - Horizontal scrollable list\n   - Job card selection handling\n\n3. **Nearbyjobs (components/home/nearby/Nearbyjobs.jsx)**\n   - Shows nearby job opportunities\n   - Vertical scrollable list\n   - Quick navigation to job details\n\n### Job Details Components\n1. **Company (components/jobdetails/company/Company.jsx)**\n   - Displays company information\n   - Company logo handling\n   - Location information\n\n2. **JobTabs**\n   - Tab navigation for job details\n   - About, Qualifications, Responsibilities sections\n\n3. **JobFooter**\n   - Apply now functionality\n   - External link handling\n\n## API Integration\n\n### JSearch API Configuration\n```javascript\nconst options = {\n  method: \"GET\",\n  url: `https://jsearch.p.rapidapi.com/search`,\n  headers: {\n    \"X-RapidAPI-Key\": 'YOUR_API_KEY',\n    \"X-RapidAPI-Host\": \"jsearch.p.rapidapi.com\"\n  },\n  params: {\n    query: searchTerm,\n    page: pageNumber\n  }\n};\n```\n\n### Custom Hook: useFetch\nLocation: `hook/useFetch.js`\n- Handles API requests\n- Manages loading states\n- Error handling\n- Data caching\n\n## Installation Guide\n\n1. Clone the repository\n```bash\ngit clone \u003crepository-url\u003e\n```\n\n2. Install dependencies\n```bash\nnpm install\n# or\nyarn install\n```\n\n3. Set up environment variables\n- Create a RapidAPI account\n- Get API key for JSearch API\n- Configure API key in the project\n\n4. Start the development server\n```bash\nnpm start\n# or\nyarn start\n```\n\n## Usage\n\n### Running the App\n1. Start the development server\n2. Use Expo Go app on your mobile device\n3. Scan the QR code from terminal\n\n### Development\n1. Install Expo CLI globally\n```bash\nnpm install -g expo-cli\n```\n\n2. Start development server\n```bash\nexpo start\n```\n\n3. Choose platform\n- Press 'a' for Android\n- Press 'i' for iOS\n- Press 'w' for web\n\n## State Management\n\n### Global State\n- Utilizes React's Context API when needed\n- Custom hooks for data fetching and caching\n\n### Local State\n- Component-level state management using useState\n- Efficient state updates with useCallback\n\n## Styling\n\n### Theme Configuration\nLocation: `constants/theme.js`\n- Color palette\n- Font families\n- Size constants\n\n### Style Modules\n- Component-specific styles\n- Responsive design considerations\n- Platform-specific adjustments\n\n## Performance Optimization\n\n1. **Image Optimization**\n   - Lazy loading for images\n   - Fallback images for failed loads\n   - Proper image sizing\n\n2. **List Rendering**\n   - FlatList for efficient list rendering\n   - Proper key implementation\n   - List item recycling\n\n3. **Data Fetching**\n   - Cached API responses\n   - Pagination implementation\n   - Error boundary implementation\n\n## Contributing\n\n1. Fork the repository\n2. Create your feature branch\n```bash\ngit checkout -b feature/AmazingFeature\n```\n3. Commit your changes\n```bash\ngit commit -m 'Add some AmazingFeature'\n```\n4. Push to the branch\n```bash\ngit push origin feature/AmazingFeature\n```\n5. Open a Pull Request\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details\n\n## Acknowledgments\n\n- React Native community\n- Expo team\n- RapidAPI and JSearch API\n- Contributors and maintainers\n\n## Contact\n\nPrashant Koirala - prashantkoirala465@gmail.com\n\nProject Link: https://github.com/prashantkoirala465/Job-Finder-using-React-Native","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprashantkoirala465%2Fjob-finder-using-react-native","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprashantkoirala465%2Fjob-finder-using-react-native","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprashantkoirala465%2Fjob-finder-using-react-native/lists"}