SrcsticSamy / frontend-mentor-challenges

Challenges submissions for Frontend Mentor (using BEM CSS methodology)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frontend Mentor Challenges

My submissions for Frontend Mentor challenges, meant as practice for me by going over HTML and CSS. again

Goals

  • Learn the BEM (Block__Element--Modifier) CSS methodolgy

  • Get used to SCSS

  • Write better CSS animations

  • Write more semantic HTML

  • Use "Vanilla" JavaScript more often

  • Learn to have the patience to write custom media queries (Responsive Design)

  • Maybe use Webpack

Folder Structure

Every challenge will have its own folder and its own README which will include the link to deployed website and what I learned while creating them.

Main
│   README.md
│   
└─── Challenge A
│   │   README.md
│   │   ...
│   
│   
└─── Challenge B
│   │   README.md
│   │   ...
│   
|   ...

About

Challenges submissions for Frontend Mentor (using BEM CSS methodology)


Languages

Language:CSS 49.6%Language:HTML 30.5%Language:JavaScript 19.9%