- Welcome Screen showcasing Popular Jobs and Nearby Jobs
- Search for Jobs
- Filter by Job Length
- Job Details Screen listing qualifcations, responsibilities, and about-the-job description
- Apply for Job
- React Native
- React
- RapidAPI
- Expo Go
- Visual Studio Code
- Clone this repository:
git clone https://github.com/raghavpuri2007/JobSearch.git
- Navigate to the project directory:
cd JobSearch
- Install dependencies:
npm install
- Set up environment variable: create a
.env
file in the root directory - Content of .env:
RAPID_API_KEY=XXX
- To setup API go to Rapid API Website and create an account
- Enable JSearch API and replace RAPID_API_KEY with your api key
- Finally, you can run this app with
npm start