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
- Host: GitHub
- URL: https://github.com/adrianovolter/exercicios-fullstak
- Owner: AdrianoVolter
- Created: 2023-02-08T17:58:44.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-05T19:47:06.000Z (over 3 years ago)
- Last Synced: 2025-07-26T20:30:54.958Z (12 months ago)
- Topics: console, css3, frontend, fullstack, git, github, hooks, html5, javascript, npm-package, react, react-router, vscode
- Language: HTML
- Homepage: https://card-react.vercel.app
- Size: 946 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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}
);
}
export default Card;
```