Tag Generator is a web application that allows users to easily create and manage tags. The application is built using HTML, CSS, and JavaScript.
- Automatically Add Tags: Type new tags with any text automatically added to the tag page.
- Comma Separate: Tags can be added by typing multiple words separated by commas.
- Automatically Delete Tags: You can delete any tag from the input without the delete button.
- The user types one or more tags in the input field.
- The tags are automatically generated in a special section below the input.
- Each tag can be removed by simply erasing the text in the input.
Follow these steps to run the project locally:
# Clone repository
git clone https://github.com/ryzmdn/tag-generator.git
# Change directory
cd tag-generator
# Open in default code editor
code .
- Open the
index.html
file in a browser. - Type new tags and to separate tags, type a comma
,
adding them. - Delete the text in the input to remove the tags.
- HTML5: Main structure of the page.
- CSS3: Responsive and attractive design.
- JavaScript: Manage user interaction and local storage.
No license.