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

https://github.com/smerth/react-styles-with-css-modules

Project code for a tutorial on using React CSS Modules
https://github.com/smerth/react-styles-with-css-modules

css css-modules react tutorial

Last synced: 24 days ago
JSON representation

Project code for a tutorial on using React CSS Modules

Awesome Lists containing this project

README

          

# React Building Styles with CSS Modules

Tutorial project from [Lynda.com course](https://www.lynda.com/React-js-tutorials/React-Building-Styles-CSS-Modules/599632-2.html?)

A React webpage of NASA facts with audio, video and clickable icons styled with CSS Modules.

![App Screenshot](https://raw.githubusercontent.com/smerth/react-styles-with-css-modules/master/screenshot.png)

## Releases

- Release - 1.0.0 Initial setup
- Release - 1.1.0 Add components to the app
- Release - 1.2.0 CSS Syntax with the component
- Release - 1.3.0 Use Composes to leverage other styles
- Release - 1.4.0 Set up state and grid component
- Release - 1.5.0 Complete GridItem
- Release - 1.6.0 Basic Animation with CSS keyframes
- Release - 1.7.0 SVG Loading with State
- Release - 1.8.0 Add final elements
- Release - 1.9.0 Media queries and combine styles