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
- Host: GitHub
- URL: https://github.com/smerth/react-styles-with-css-modules
- Owner: smerth
- Created: 2018-03-05T21:33:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T20:46:41.000Z (about 3 years ago)
- Last Synced: 2025-01-15T07:58:44.016Z (about 1 year ago)
- Topics: css, css-modules, react, tutorial
- Language: JavaScript
- Homepage:
- Size: 5.97 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
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.

## 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