🎨 CSS Modules for the “React Café” homework from the React + TypeScript course.
This repository contains ready-to-use styles for the components used in the feedback widget project (react-cafe
homework). 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.css
files 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.