Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. Hey guys,
  2. This is my first coding project. I made this at high school. Its an application for an employment agency that enables their customers to post their resumes and employers to search through them easily, thus providing a fast and efficient platform for employment. This project involves collection of information, constrained and organized display of the same and restricted access to modify. The various processes involved in this program are insertion, modification, deletion, access verification, presentation, and search.
  3. The main menu consists of the following functions which enables the user to perform the corresponding tasks:-
  4. 1. Post your resume.
  5. 2. Search Jobs
  6. 3. Login to update resume
  7. 4. Display all resumes
  8. 5. About us
  9. 6. Exit Hireco
  10. Function Description
  11. 1. The user can insert his/her resume into Hireco using this function.
  12. 2. Employers can search through resumes for a suitable one which matches their need.
  13. 3. Any user can login using the password they created during entry to edit or delete their resume.
  14. 4. This function gives a brief description of the developers.
  15. 5. The user can exit the application using this function.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement