Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jasurhaydarovcode/card-api-react

Hi this is repo API cards map for React & Tailwindcss
https://github.com/jasurhaydarovcode/card-api-react

api card jasurhaydarovcode react tailwindcss

Last synced: about 2 months ago
JSON representation

Hi this is repo API cards map for React & Tailwindcss

Awesome Lists containing this project

README

        



# JSON+API

### Import API

```js
import React from 'react'

// Your API
import cardsAPI from './API/card.json'

const App = () => {

const Card = ({ title, desc }) => {
return (



{title}


{desc}




)
}

return (
<>


{cardsAPI.map(card => (

))}

>
)
}

export default App
```

---

### [Chat GPT](https://chatgpt.com/share/7530a3b5-2553-4b52-99be-4141aa576ebf)