WP Manifestindependent plugin directory
manifest / forms / job-application-manager

Job Application Manager

A php project for applying jobs which is done on Wordpress.

by tejaswinihattali · github.com/tejaswinihattali/job-application-manager

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/tejaswinihattali/job-application-manager/archive/refs/heads/main.zip

Job Application Manager – WordPress Plugin

A custom WordPress plugin built using PHP that allows users to submit job applications and allows admins to manage applications from the WordPress dashboard. This project demonstrates real-world WordPress plugin development including database handling, security, and admin panel integration.

Features

  • Frontend job application form using shortcode
  • Resume file upload
  • Custom database table creation
  • Admin dashboard to view applications
  • Secure form handling with nonces and sanitization
  • Object-Oriented PHP structure
  • Easy plugin installation

Technologies Used

  • PHP (OOP)
  • WordPress Plugin API
  • MySQL
  • HTML / CSS
  • GitHub

Installation Steps

  1. Download or clone this repository.
  2. Zip the folder job-application-manager.
  3. Login to WordPress Admin.
  4. Go to Plugins → Add New → Upload Plugin.
  5. Upload the ZIP file and activate the plugin.
  6. Create a page and add this shortcode:
  7. Publish the page.

How It Works

  • Users submit applications through the frontend form.
  • Data is stored in a custom database table.
  • Admin can view applications in WordPress dashboard under "Applications" menu.
  • Uploaded resumes are stored in WordPress uploads directory.

Screenshots

page

Author

Name: Tejaswini
Role: Software Developer
GitHub: (tejaswinihattali)

License

This project is for learning and demonstration purposes.