Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nejcfurh/jobs-app
https://github.com/nejcfurh/jobs-app
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nejcfurh/jobs-app
- Owner: nejcfurh
- Created: 2024-08-16T07:47:46.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-16T08:00:01.000Z (5 months ago)
- Last Synced: 2024-11-11T02:09:51.978Z (2 months ago)
- Language: JavaScript
- Size: 6.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JobsApp - React Native App
JobsApp is a simple mobile application built with React Native that simplifies the job searching process. It allows users to browse and apply for jobs.
## Features
- **Browse Jobs:** Explore a wide range of job listings from various industries and locations.
- **Job Search:** Search for job listings for your prefered occupation.## Features Coming Up
- **Favourite Jobs:** Save your favourite jobs on your profile - WIP
- **Location Services:** Get jobs listed based on your location - WIP
- **User Profiles:** Customize your profile with skills, experience, and resume to streamline applications - WIP
- **Notifications:** Get notified about new job postings and updates on your applications - WIP## Installation
Ensure you have Node.js, npm, and Expo CLI installed on your machine before running the app.
```bash
# Clone the repository
git clone https://github.com/yourusername/jobs-app.git# Navigate to the project directory
cd jobs-app# Install dependencies
npm install# Run the app with Expo
expo start
```