Welcome to the Job Searching App built with React Native! This app is designed to help you search for job listings conveniently right from your mobile device. Whether you're actively looking for a new job or just curious about opportunities, this app has got you covered.
Here are some screenshots of the app in action:
- Home Screen
- Job Listings
- Job Details
- Search and browse through a wide range of job listings.
- View detailed information about each job.
- Apply filters to narrow down search results.
- User-friendly interface for seamless navigation.
To run the app locally on your machine, follow these steps:
-
Clone Repository: Start by cloning this repository to your local machine using the following command:
git clone <repository-url>
-
Navigate to Project Folder: Move into the project directory:
cd job-searching-app
-
Install Dependencies: Install the required dependencies using npm or yarn:
npm install
or
yarn install
-
Start Expo Metro Bundler: Run the following command to start the Expo Metro Bundler:
npm start
This will open a new tab in your browser displaying a QR code.
-
Run the App: Install the Expo Go app on your mobile device. Use it to scan the QR code displayed in the browser. This will load the app on your device.
Alternatively, you can run the app on an emulator by pressing the appropriate keys displayed in the terminal.