Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shahinuralambhuiyan/jobs-finder
Mobile Application 'Job-finder'
https://github.com/shahinuralambhuiyan/jobs-finder
expo react-native
Last synced: about 11 hours ago
JSON representation
Mobile Application 'Job-finder'
- Host: GitHub
- URL: https://github.com/shahinuralambhuiyan/jobs-finder
- Owner: ShahinurAlamBhuiyan
- Created: 2023-09-25T20:54:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-03T18:17:05.000Z (about 1 year ago)
- Last Synced: 2024-05-17T20:20:10.622Z (6 months ago)
- Topics: expo, react-native
- Language: JavaScript
- Homepage:
- Size: 1.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jobs-Finder Mobile App
- **Real-Time Job Listings**: Access up-to-date job listings directly from the Rapid API.
- **Search and Filter**: Easily search for jobs using keywords and filter results by type (part-time, full-time).
- **Detailed Job Descriptions**: Get comprehensive job descriptions, including information about the job, qualifications, and responsibilities.
- **Seamless Job Application**: Apply to job listings with a single click, which opens the job portal in your device's browser.### App interface -->
- Home Page
- Job Details Page
- After Search/Filter
## Getting Started
- Clone the project.
- Run : for installing all the node-modules.
```bash
npm install
- To run the project :
```bash
npm start### Prerequisites
Before you begin, make sure you have the following software installed:
- **Node.js**: You can download it from [nodejs.org](https://nodejs.org/).
- **Expo CLI**: Install Expo CLI globally using npm:
```bash
npm install -g expo-cli