Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/srcsticsamy/frontend-mentor-challenges
- Owner: SrcsticSamy
- Created: 2023-01-27T21:10:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-31T13:34:04.000Z (almost 2 years ago)
- Last Synced: 2024-01-21T18:45:25.882Z (10 months ago)
- Language: CSS
- Size: 4.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
│ │ ...
│
| ...
```