Files associated with my YT video series where I try to create a clone of the Top Games card on popdog.com.
- Building out the structure and animations
- Adding the icons with Font Awesome and pseudo-elements
- Creating the pulsing animation
- Animated SVG wave clip-path - coming soon
There are many ways to build and run this project. 1 suggestion is to use both the sass and http-server NPM commands.
npm -g sass
npm -g http-server
In 2 terminal windows:
# Terminal Window 1
sass --watch scss/main.scss:css/main.css
# Terminal Window 2
http-server .
When both commands are running, open http://localhost:8080
in your web browser.