Skip to content

nix1707/JobsMobileApp

Repository files navigation

Jobs Mobile App

A mobile application for job searching built with React Native and powered by RapidAPI JSearch.

Technologies

  • React Native
  • Expo
  • RapidAPI JSearch

Features

  • 🔍 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.

Screenshots

Home Screen Home Screen Home Screen

Prerequisites

  • Node.js
  • npm or Yarn
  • Expo CLI
  • RapidAPI account

Setup

1. Clone the Repository

git clone https://github.com/yourusername/JobsMobileApp.git

cd JobsMobileApp

2. Install Dependencies

npm install

or

yarn install

3. API Configuration

  1. Create a .env file in the project root
  2. Obtain a RapidAPI key from RapidAPI
  3. Add your API key to the .env file:
EXPO_PUBLIC_RAPID_API_KEY=your_rapidapi_key_here

4. Run the Application

npx expo start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published