Skip to content

saidel04/Joblr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Joblr: Simplified Job Applications

Joblr

Joblr is a React Native-based mobile application designed to simplify the job application process. Users can swipe through job listings, save jobs for later, and apply directly with minimal effort. The app integrates with a Django backend to handle user authentication and job management securely.


Table of Contents


Features

  • User Authentication: Secure login and registration using hashed passwords.
  • Swipe-to-Apply: A Tinder-like swiping interface for job applications.
  • Job Listings: Browse through jobs fetched via third-party APIs like Indeed.
  • Favorites: Save job listings for later review.
  • Responsive Design: Optimized for both Android and iOS platforms.

Tech Stack

Frontend

  • React Native
  • Expo (for development and testing)

Backend

  • Django
  • Django REST Framework (DRF)
  • SQLite (for local development)

Authentication

  • JWT-based authentication with Django Rest Framework Simple JWT

Getting Started

Follow these instructions to set up and run the project locally.

Prerequisites

  • Node.js and npm
  • Python 3.10 or higher
  • Expo CLI
  • Git
  • Android Studio (for emulator) or a physical device with Expo Go

API Documentation

Endpoint Method Description Status Codes
/auth/ POST Authenticate a user 200, 400, 401
/create/ POST Register a new user 201, 400
/jobs/ GET Fetch available job listings 200, 500

Screenshots

Login Screen

image

Sign-up Screen

image


Contact

If you have any questions or feedback, please reach out:


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors