Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/srcsticsamy/frontend-mentor-challenges

Challenges submissions for Frontend Mentor (using BEM CSS methodology)
https://github.com/srcsticsamy/frontend-mentor-challenges

Last synced: 2 days ago
JSON representation

Challenges submissions for Frontend Mentor (using BEM CSS methodology)

Awesome Lists containing this project

README

        

# Frontend Mentor Challenges

My submissions for **[Frontend Mentor](https://www.frontendmentor.io)** challenges, meant as practice for me by going over **HTML** and **CSS**. ~~again~~

## Goals

- Learn the **[BEM](https://getbem.com/)** _(Block__Element--Modifier)_ CSS methodolgy
- Get used to **[SCSS](https://sass-lang.com/)**
- 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](https://webpack.js.org)

## 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
│ │ ...

| ...
```