Skip to main content

Review Card Project

 


Hosted project

https://codeekta28.github.io/Review-Card/

Github Source File

https://github.com/codeekta28/Review-Card.git

javascript used

- for of

- event Listeners

- DOM

- textContent

- objects

- function

- classList.contains


 Lines Of Code
67 lines of code

 Challenges Faced
initially it was difficult to figure out the logic and how to insert pictures,It maybe because i am working on javascript after much long time

New Things Learned or refreshed
In all the slider projects there are 2 buttons left and right if left clicked than counter-- with if condition of counter<0 and on right click counter++ with if condition of counter>array.length-1 

Biggest Takeaway
u can insert almost anything in object and can access that easily

Comments

Popular posts from this blog

Internet & Web

Internet Internet is connection of various devices around the world each device is identified through its IP address which are connected through  routing.I n routing there is one common device(router) which pass my data to some other devices viceversa. Above image is a small example but its huge with so many networks connected together.Below image just show the fraction of internet Now for example you are taking internet service from airtel then they will bring cable and connect it to your home router from where u can access the internet in the same way airtel is also taking internet from somewhere what i mean to say that there is lot of cabel distribution under earth and ocean to enable the Internet Web web is a system  to share the information over the internet .Each information is identified through its URL(ex facebook.com,google.com) and these information are transferred through protocol(set of rules and regulation) HTTP HTTP HTTP(Hyper Text Transfer Protocol)  transf...

JavaScript Projects

 1. Review Card Project

Request response cycle

  Srever response is in the form of code and what web browser will do is to change it to webpage read by human eyes or listen by human ears according to code. Example You bought bed online it will come in pieces with instruction how to join it, in the same way serveer gives response with instruction how to make page and web browser make it with its help. You can see the information send by server through view page source. These pages in page source are made up of HTML,CSS and JS