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

https://github.com/jdegand/red-square

Frontend Practice Challenge - Red Square
https://github.com/jdegand/red-square

frontend-practice

Last synced: over 1 year ago
JSON representation

Frontend Practice Challenge - Red Square

Awesome Lists containing this project

README

          

Red Square


Solution for a challenge from Frontendpractice.com.




Github Pages

|

Frontend Practice


## Table of Contents

- [Overview](#overview)
- [Built With](#built-with)
- [Features](#features)
- [Useful Resources](#useful-resources)

## Overview

![](red-square-desktop.png)
![](red-square-mobile.png)

### Built With

- Grid
- Flex
- Vanilla JS

## Features

The [challenge](https://www.frontendpractice.com/project/red-square) was to build an application to complete the following user stories:

- [x] User story: Recreate the layout
- [x] User story: Animate the sections and text fading in on scroll.
- [x] User story: Create the blur & hover effect that appears when hovering the "Let's talk" sentence at the bottom of the page.

## Useful Resources

- [Dev.to](https://dev.to/jslim/fading-up-sections-using-intersection-observer-3fhj)
- [WOW Animation](https://wowjs.uk/)
- [Blog](https://coder-coder.com/background-image-opacity/) - Background Opacity & Text
- [Geeks for Geeks](https://www.geeksforgeeks.org/how-to-write-hover-condition-for-abefore-and-aafter-in-css/) - Before/After & Hover
- [Stack Overflow](https://stackoverflow.com/questions/54917586/blur-entire-background-on-hover/54917700) - Blur & Hover
- [Blog](https://blog.prototypr.io/how-to-make-a-background-blur-in-css-with-one-line-of-code-e446c7236e60) - Blur background
- [Stack Overflow](https://stackoverflow.com/questions/20377990/why-doesnt-blur0-remove-all-text-blur-in-webkit-chrome-on-retina-screens) - Blur issues
- [MDN Docs](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter) - Backdrop Filter