ibtissembdh / add-a-resume

user can add, update , view, or delete a resume

Home Page:https://github.com/ibtissembdh/add-a-resume-

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

web site in PHP and JAVASCRIPT

The goal of this tutorial is to create a dynamic website to add, update or delete a resume using OOP with PHP and MVC.

The resume includes

  1. A section of coordinates:

    • The name.
    • The first name.
    • Email
    • Phone number
    • picture
    • Title of the CV (Example: web designer, web developer, etc….)
  2. Sections delimited by different titles:

    2.1. Experience:

      *  Title of the experiment with the date.
      *  Description of the experience.
    

    2.2. Training:

      * Title of the training with the date
      * Description of the training
    

    2.3. Skills.

    2.5. hobbies.

  • A user can add different experiences, training, skills, hobbies each section can be modified or deleted.

  • A user can see his resume on a cv template.

  • Several users can have a CV.

  • The goal afterward is to create a search engine to make research on Cvs. The search done on the following fields: Resume title. Title of the experiment Course title

  • home page

    home page design

    • add a resume

      add a resume

      add a resume

    • update a resume

      update a resume

    • view a resume

      resume template

About

user can add, update , view, or delete a resume

https://github.com/ibtissembdh/add-a-resume-

License:MIT License


Languages

Language:PHP 44.3%Language:JavaScript 41.0%Language:CSS 12.9%Language:HTML 1.8%