https://github.com/bjclayton/jobfinder
A mobile app designed to simplify the job search process.
https://github.com/bjclayton/jobfinder
expo rapidapi react-native
Last synced: 3 months ago
JSON representation
A mobile app designed to simplify the job search process.
- Host: GitHub
- URL: https://github.com/bjclayton/jobfinder
- Owner: bjclayton
- Created: 2024-03-25T14:54:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-27T00:21:22.000Z (over 2 years ago)
- Last Synced: 2025-01-12T15:45:42.844Z (over 1 year ago)
- Topics: expo, rapidapi, react-native
- Language: JavaScript
- Homepage:
- Size: 495 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Job Finder
A mobile app designed to simplify the job search process.
## Demo

GIF created with `LiceCap`.
## Tech Stack
- React Native
- Expo
- Axios
## Quick Start
Follow these steps to set up the project locally on your machine.
**Prerequisites**
- [Git](https://git-scm.com/)
- [Node.js](https://nodejs.org/en)
- [npm](https://www.npmjs.com/)
- [Expo](https://docs.expo.dev/)
**Cloning the Repository**
```bash
git clone https://github.com/jcblanc2/JobFinder.git
cd JobFinder
```
**Installation**
Install the project dependencies using npm:
```bash
npm install
```
**Running the Project**
```bash
npx expo start
```