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

https://github.com/adrianovolter/exercicios-fullstak


https://github.com/adrianovolter/exercicios-fullstak

console css3 frontend fullstack git github hooks html5 javascript npm-package react react-router vscode

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# link card no vercel *https://card-react.vercel.app/*
# Exercícios curso Desenvolvedor FullStak

```js

```
## LAB365 - SenaiSc

```jsx
// React exercício 6 [S06]

function Card(props) {
return (



{props.nome}


{props.idade}


github


);
}

export default Card;

```