An open API service indexing awesome lists of open source software.

https://github.com/hasibcoderlab/conditional-style-in-react


https://github.com/hasibcoderlab/conditional-style-in-react

Last synced: 2 months ago
JSON representation

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