Skip to content

laradcm/ycit-027-assignment

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YCIT-027 Assignment 1 of 1

Tasks

  1. Fork the repository

NOTE: If you do not fork the repository, you will not get the 10%

  1. Clone the repository to your local machine

  2. Fix the broken image issue as shown in the screenshot "broken-image-to-fix.png". What we want, is that this broken link does not appear when we first open the page. Maybe use CSS? DOM API?

  3. There is a bug on line 5 of script.js. Fix it. (HINT: we are trying to "resolve the promise to another promise")

  4. Add a new feature: when we click the button "Get Cat Image" multiple times, we want to see multiple cat images. You will need to use the DOM API to add new "img" elements to the page.

  5. Stage, commit and push your changes to your repository

NOTE: If you do not push your changes to your repository, you will not get the 10%

PROBLEMS?: Please write below this line if you are encountering any problems. If you detail your problems here, you will get the 10%. Just be sure to push your changes to your forked repository.

Last Push Done

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 41.0%
  • JavaScript 41.0%
  • CSS 18.0%