├── finished
├── README.md
├── styles.css.map
├── index.html
├── styles.scss
├── styles.css
└── data.json
├── starter
├── README.md
├── index.html
├── styles.min.css
├── styles.scss
└── styles.css
└── README.md
/finished/README.md:
--------------------------------------------------------------------------------
1 | ### This folder contains the finished code for the project
2 |
--------------------------------------------------------------------------------
/starter/README.md:
--------------------------------------------------------------------------------
1 | ### This folder contains the code for the card layout.
2 |
3 | ### Continue working on the project from the [tutorial](https://www.freecodecamp.org/news/how-to-build-skeleton-screens-using-css-for-better-user-experience).
4 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # How to build Skeleton Screens with CSS for better UX
2 |
3 | Tech Stack: HTML, CSS(SCSS), Javascript
4 |
5 | Live demo: