Skip to content

Latest commit

 

History

History
71 lines (33 loc) · 2.05 KB

README.md

File metadata and controls

71 lines (33 loc) · 2.05 KB

FrontendFighters

Folder Structure:

frontend fighters repo readme

DOM CHALLENGES

1) Chess

A simple 8 x 8 grid

image

On selecting any box of the grid, all diagonals of that particular box changes it's colour to Red.

image

2) Pixel Art

A grid of 10 x 7, having last row have random colours

image

On selection of any colour from 7 random colours and

i> on click

image

3)Star Rating

default

image

onSelection

13778ac815675a1cc3e28f9f7855e3eac4754e10

FRONTEND CHALLENGES

1) Progress Bar

default

image

on click on RUN

image

on multiple RUN- run "n" click times and decrease the counter on button by 1 after completion of one round

image

2) Moving Elements(DRAG and DROP API in JavaScript)

default

image

on drag and drop

image