Skip to content

aadityabhusal/image-tagging-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Tagging System

Image Tagging System using JavaScript and PHP

Live Demo

Click Here to see the live demo.

The live version is a little different form the actual image tagging system. Click Here to see the actual demo.

Actual Demo

The following is the demo of the actual system

Actual Demo;

How its done?

When the user clicks on the image, a text box appears. When the user starts to type:

  1. The usernames get fetched from the database and showed in a list

  2. When a username is clicked, the clicked position and the userid gets stored in the DB.

  3. When the 'x' mark is clicked, the tag record gets removed from the database.