Skip to content

The purpose of this challenge is to show that you are interested in learning and using new technologies.

Notifications You must be signed in to change notification settings

ymn/flexbox-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Flexbox Learning Challenge

The purpose of this challenge is to show that you are interested in learning and implementing new technologies. In this challenge you will learn how to use Flexbox and implement a very simple game.

Task: Watch the videos in the learning section of this README and implement the simple game (Watch Video) using the technologies and concepts below.

Requirements:

  • Basic Javascript
  • Basic CSS
  • Basic HTML

Technologies and concepts you need to learn and use in this project:

  • Flexbox
  • CSS (BEM Concept)

Please first watch this video: Watch Video

Watch Video

Learning

In order to implement this challenge you will need to have basic understanding of the technologies and concepts (Flexbox, BEM Concept).

We have picked two videos which will help you to understand these two concepts.

Flexbox CSS In 20 Minutes

Introduction to BEM

Implementing

Please watch this video (Watch Video) to get an idea on how the game should look like.

Game features:

  • The game area should be centered to the screen (using Flexbox)
  • The size of the boxes should adjust when the window size changes (using Flexbox) (Watch Video)
  • It should display 3 boxes per row (using Flexbox)
  • A box should disappear when its clicked, and the game area should adjust itself (Watch Video) (using Flexbox and Javascript)
  • Ability to reset the game via a reset button. (Javascript)

Result

Upload your complete project to your Github Account and send us the link OR send us the files via email.

About

The purpose of this challenge is to show that you are interested in learning and using new technologies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published