Skip to content

goitacademy/react-cafe-styles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

react-cafe-styles

🎨 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.

How to use

  1. Create your project manually using Vite + React + TypeScript.
  2. Create each component in src/components/, following the structure above.
  3. Copy the .module.css files from this repository into the appropriate folders.
  4. Use the provided class names in your JSX.

No need to write your own styles — just focus on React and TypeScript logic.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages