Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nejcfurh/jobs-app


https://github.com/nejcfurh/jobs-app

Last synced: 16 days ago
JSON representation

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
```