Skip to content

hrshkshri/job-application-app

Repository files navigation

Job Application App

React Native Expo

Description

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.

Table of Contents

Features

  • User authentication
  • Browse job listings
  • Apply for jobs
  • View job details
  • Save favorite jobs
  • User profile management

Prerequisites

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).

Installation

  1. Clone this repository:

    git clone https://github.com/hrshkshri/job-application-app.git
    
    cd job-application-app
  2. Install Dependencies

    npm install
  3. Run the app

    expo start

API Integration

  1. Sign up for an API key from the API Provider's Website.

  2. Create a .env file in the project root directory and add your API key:

API_KEY=your_api_key_here

About

React-Native Mobile app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published