This is a mobile job search application built using React Native and Expo Router. It allows users to search for job listings using an open-source job search API and provides a simple, user-friendly interface.
- Job Search: Users can search for job listings based on keywords, location, and other filters.
- Job Details: Users can view detailed information about job listings.
- Save Favorites: Users can save job listings as favorites for later viewing.
- User Authentication: Users can sign up, log in, and access personalized features.
- React Native: Used for building the mobile application.
- Expo: Simplifies React Native development and provides additional tools.
- Open-Source Job API: Integrates with an open-source job search API.
- Authentication Service: oAuth & google user authentication.
Follow these instructions to set up and run the project on your local machine.
- Node.js and npm installed on your machine.
- Expo CLI installed:
npm install -g expo-cli.
Clone the repository:
git clone https://github.com/kaushik-godhani/jobForYou.git
cd job-search-app