Skip to content

codeandjazz/project-guess-who

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

Guess Who with Javascript

The second week of the bootcamp, our task was to create a Guess Who game using vanilla Javascript, HTML and CSS. We worked individually.

The brief

This week’s project is to create your own digital version of the classic board game Guess Who. You'll practice creating objects and arrays and also connect this to the DOM. Here’s an example you can look at: https://technigo-guess-who.netlify.app/

What you need to do

✓ Style your page.

✓ Use CSS Grid and Flexbox to layout the page.

✓ Create a responsive design with the following views; Desktop 4 columns, tablet 2 columns, mobile 1 column.

✓ The site should have a header, a main news article, a grid of news articles.

✓ Play around with hover effects, i.e. change colors, add or remove borders or flip the image upside down.

View it live

https://fantastic-meringue-7f5119.netlify.app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 62.6%
  • HTML 19.8%
  • CSS 17.6%