https://github.com/hasibcoderlab/conditional-style-in-react
https://github.com/hasibcoderlab/conditional-style-in-react
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hasibcoderlab/conditional-style-in-react
- Owner: HasibCoderLab
- Created: 2025-10-19T14:50:12.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-10-19T15:48:40.000Z (2 months ago)
- Last Synced: 2025-10-19T23:56:07.224Z (2 months ago)
- Language: JavaScript
- Homepage: https://conditional-style-in-react.vercel.app
- Size: 34.2 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Setup
```
npm create vite@latest name-of-your-project -- --template react
# follow prompts
# cd
npm install react-router-dom # always need this!
npm install localforage match-sorter sort-by # only for this tutorial.
npm install tailwindcss @tailwindcss/vite # Tailwind-Css
```