🎨 CSS Modules for the “React Movie Gallery” homework from the React + TypeScript course.
This repository contains ready-to-use styles for the components used in the Movie Gallery project. Students should copy these .module.css files into their own project after creating the corresponding components manually.
- Create your project manually using Vite + React + TypeScript.
- Create each component in
src/components/, following the structure above. - Copy the
.module.cssfiles from this repository into the appropriate folders. - Use the provided class names in your JSX.
No need to write your own styles — just focus on React and TypeScript logic.