Octoberfest Week 3 Blog

For this week, I worked in the Telescope project from Seneca. I improved accessibly score on the homepage to 100% by making colour darker shade of grey to be visible for visually impaired people. 3734

I opened a new issue for improving google Lighthouse accessibly score. I had to first fork the project. I cloned the project. I created a new branch using the command 

git checkout -b issue-3734 

Then in the app directory I ran the command 

mnpm i

to install the required dependancies into my project repo. Then I ran 

pnpm run dev

and opened URL 'http://localhost:8000/' to run google lighthouse chrome browser plugin to get the accessibility score. Then I added the changes in git. Then commited the changes on git. Then I pushed the changes. I created a new PR. 

https://github.com/Seneca-CDOT/telescope/issues/3734

https://github.com/Seneca-CDOT/telescope/pull/3735

Comments

Popular posts from this blog

Lab 8 Blog

Octoberfest Week 2 Blog

Lab 9 Blog