The Job Application App is a mobile application built using React Native and Expo CLI. It allows users to browse job listings and apply for jobs using data retrieved from a free job API. This README provides information on how to set up the project, run it on your local machine, and deploy it to a mobile device.
- User authentication
- Browse job listings
- Apply for jobs
- View job details
- Save favorite jobs
- User profile management
Before you begin, ensure you have met the following requirements:
- Node.js installed on your machine.
- Expo CLI installed globally.
- A code editor of your choice (e.g., Visual Studio Code).
-
Clone this repository:
git clone https://github.com/hrshkshri/job-application-app.git cd job-application-app
-
Install Dependencies
npm install
-
Run the app
expo start
-
Sign up for an API key from the API Provider's Website.
-
Create a .env file in the project root directory and add your API key:
API_KEY=your_api_key_here