I'm in the beginning stages of front-end design and I want to create a framework for user interface. For example, if I need all the data fields to look the same on 300 pages, I would create a class for that field.
Here are some things I already know:
- Identify the fields on the 300 pages
- Work on validations, messages, and their display
- Research JavaScript frameworks
- Ensure cross-browser functionality/display
What other general concepts and technologies should I consider adding to my list?
Thank you, SixthString
EDIT: I am looking for guidance on following specific patterns, concepts, or checklists when working with 300 pages so that I can cover most aspects without having to make individual page changes. Please provide help as I may be confused, and I will update my question based on your input.