A mobile application for job searching built with React Native and powered by RapidAPI JSearch.
- React Native
- Expo
- RapidAPI JSearch
- 🔍 Search for jobs by title, location, or company.
- 📝 View detailed job descriptions.
- 💼 Save favorite job postings for later.
- 🌐 Supports real-time data fetching using APIs.
- 📱 Fully responsive and optimized for both iOS and Android devices.
- Node.js
- npm or Yarn
- Expo CLI
- RapidAPI account
git clone https://github.com/yourusername/JobsMobileApp.git
cd JobsMobileApp
npm install
or
yarn install
- Create a
.env
file in the project root - Obtain a RapidAPI key from RapidAPI
- Add your API key to the
.env
file:
EXPO_PUBLIC_RAPID_API_KEY=your_rapidapi_key_here
npx expo start