CarlG96 / synthestory

Code Institute Portfolio Project 4. Generates random story ideas for authors.
0 stars 1 forks source link

Validation #33

Open CarlG96 opened 2 years ago

CarlG96 commented 2 years ago

As a developer, I want to know the code I have written is of good quality so that should another developer amend it in the future, it is easily readable for them.

Acceptance Criteria -All HTML of templates passes validation -All CSS passes validation -All JS scripts pass validation. -All Python conforms to PEP8 validation. Specified where it doesn't and reasons given. -Lighthouse validation on all pages. -Check on brave browser and firefox browser.

CarlG96 commented 2 years ago

Need to sort out button and anchor tag discrepency.

CarlG96 commented 2 years ago

Button and anchor discrepancy resolved.

CarlG96 commented 2 years ago

CSS passes validation.

CarlG96 commented 2 years ago

HTML passes validation.

CarlG96 commented 2 years ago

Lighthouse checks passed. Both mobile and lighthouse.

CarlG96 commented 2 years ago

Checked on brave and firefox browsers.

CarlG96 commented 2 years ago

PEP8 and JS validated.