JobHunter is a mobile application that helps you find the perfect job for you. It is built using React Native and Expo. It uses the Rapid API JSearch to fetch jobs and display them in a list. You can also search for jobs based on the location and the job title. You can also view the job description and apply for the job.
Dependencies and more info Learn more: https://expo.fyi/manifest-url
This works totally fine on Android but has certain problems while running on IOS platforms Live Demo Learn more: https://expo.fyi/project-page
- for importing api keys, etc in .env we can't import directly like
import { API_KEY } from "@env";because it's not a built-in module
- Add the "react-native-dotenv" preset to your .babelrc file at the project root like the one added in this project, then you can use the above js code snippet to import your key
Use expo-router to build native navigation using files in the app/ directory.
npx create-expo-app -e with-router