This is a mobile application developed using React Native that allows users to search for job listings using the Rapid API.
Before running the application, make sure you have the following prerequisites:
- Node.js
- React Native CLI
- Android Studio / Xcode (depending on the platform you want to run the app on)
Follow these steps to install and run the application:
-
Clone this repository to your local machine:
git clone https://github.com/CYBWEBALI/Job-Finder.git
-
Navigate to the project directory:
cd Job-Finder
-
Install the dependencies:
npm install
-
Set up your Rapid API credentials:
- Create an account on Rapid API.
- Get the API key for the JSearch API.
- Create a file named .env in the root directory of the project as per env example file.
-
Run the application:
npm start