First attempt with HTML, CSS & JavaScript - huge refactor required.
This is a basic website that allows users to easily find, and copy text to their clipboard.
Mainly aimed towards those in a Customer Service position, that frequently receive the same, or
similar customer queries.
This is where all created categories will be displayed, as buttons. The option buttons at the top, allow you to add a new category. When adding a new category, the name field is mandatory, but the color is optional.
After clicking a category button, the texts page will open, and all texts associated with this
category will be displayed.
You can edit the category name from this screen by using the "Edit Category" button, and delete
a text by clicking "Delete".
Clicking "Add New" button will allow you to create a new text attached to this category.
The "Text Name" & "Text To Copy" are required, and "Button Color" is again optional.
Data for Categories, and Texts are stored in the users LocalStorage.
- Allow Categories to be renamed [✓]
- Allow Texts to be delete [✓]
- Allow Texts to be renamed [X]
- Allow Texts copy text to be edited [X]
- Allow Texts color to be edited [X]
- Allow Categories to be deleted [✓]
- Implement Reset feature to remove all categories and Texts [X]
- Refactor code [X]
- Update design [✓]