Activities

1

Code Tidy Up

Make one final review of the project and remove any redundant references, commented out items or temporary code left over from debugging. Paying particular attention to the CSS make sure that the development system best practice has been followed and variables have been used in place of absolute references where appropriate.

2

Device Testing

Test the website on multiple devices and screen sizes to ensure that the output is as expected. At a minimum the project should be tested on a desktop / laptop screen size, a tablet screen size & a mobile screen size.

3

Browser & OS Testing

Test the website on multiple browsers and operating systems. At a minimum the project should be tested on using Chrome, Firefox, Safari and Microsoft Edge browsers and then both the Windows and Apple Operating Systems.

3

Push to GitHub

Once testing is complete, connect to the GitHub repository & push the latest changes. All connections to the repository should be made using Git (no manual download or upload).

Ensure to push the changes to the correct branch, this will usually be 'main' for new projects but will be a different branch for any amendments to websites that are already live.