Code Refactor

    My first assignment was reformatting and fixing an existing webpage from a cloned repo (repository) and make it accessible.
    One of the most common tasks for front-end and junior developers is to take existing code and refactor it to either meet a certain set of standards or implement a new technology. Web accessibility is an increasingly important consideration for businesses, ensuring that people with disabilities or socio-economic restrictions have access to their website, and helping them avoid litigation.

    To impress clients, you should always go the extra mile and improve their codebase for long term sustainability. Ensure that all links are functioning correctly and clean up the CSS to make it more efficient, consolidating CSS selectors and properties, organizing them to follow the semantic structure of the HTML elements, and including comments before each element or section of the page.

- © 2019 Trilogy Education Services, a 2U, Inc. brand. All Rights Reserved.
    Honestly, it wasn't a very difficult task. However, it did help refresh my memory. Looking at code again and figuring out little shortcuts I used to know while getting comfortable with future assignments. 


    You can take a look at it here:


No comments:

Post a Comment