Skip to content

Commit 439ec17

Browse files
authored
docs: update Readme
1 parent 23cbd44 commit 439ec17

File tree

1 file changed

+10
-20
lines changed

1 file changed

+10
-20
lines changed

README.md

Lines changed: 10 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -139,34 +139,22 @@ EXEMPLO
139139
### Data Example ~ console.log(data) ~
140140

141141
```javascript
142-
Array(8)
142+
Array(4)
143143
0
144144
:
145-
{id: 585693873, name: 'github-automated-repos', html_url: 'https://github.com/DIGOARTHUR/github-automated-repos', description: 'The library that automates, in one place, the admi…stration of your github projects on your website.', topics: Array(7), …}
146-
1
147-
:
148145
{id: 517152367, name: 'Dashgo', html_url: 'https://github.com/DIGOARTHUR/Dashgo', description: 'IGNITE - Trilha ReactJS/ - Neste projeto é aplicad…ate, Components, Props. Recursos do JS como: Map.', topics: Array(7), …}
149-
2
146+
1
150147
:
151148
{id: 482667387, name: 'DashBoard-Financeiro', html_url: 'https://github.com/DIGOARTHUR/DashBoard-Financeiro', description: 'IGNITE - Trilha ReactJS/ Chapter II - Esta aplicaç…mpanhamento de valores de entrada, saída e total.', topics: Array(6), …}
152-
3
153-
:
154-
{id: 449443635, name: 'SAPIU5-CRUD', html_url: 'https://github.com/DIGOARTHUR/SAPIU5-CRUD', description: 'Construção de uma aplicação CRUD utilizando o Framework SAP UI5, e uma API em NodeJS.', topics: Array(5), …}
155-
4
149+
2
156150
:
157151
{id: 412849316, name: 'Task.TODO', html_url: 'https://github.com/DIGOARTHUR/Task.TODO', description: 'IGNITE - Trilha ReactJS/ - Este projeto aborda con…Filter e Math, Spread. E para estilização o SASS.', topics: Array(7), …}
158-
5
152+
3
159153
:
160154
{id: 355616217, name: 'Move.it', html_url: 'https://github.com/DIGOARTHUR/Move.it', description: 'NLW#04 - Rocketseat - Utilizando a técnica Pomodor… o objetivo é executar a tarefa do seu interesse.', topics: Array(8), …}
161-
6
162-
:
163-
{id: 334188509, name: 'CrudGoogleSheet-ft.-Gspread', html_url: 'https://github.com/DIGOARTHUR/CrudGoogleSheet-ft.-Gspread', description: "Using the Google spreadsheet and the 'gspread' API…nguage for reading, analyzing and inserting data.", topics: Array(4), …}
164-
7
165-
:
166-
{id: 297106167, name: 'Console-GuessingGame', html_url: 'https://github.com/DIGOARTHUR/Console-GuessingGame', description: 'This was my first program create in University.', topics: Array(2), …}
167155
length
168156
:
169-
8
157+
4
170158
[[Prototype]]
171159
:
172160
Array(0)
@@ -177,8 +165,7 @@ Array(0)
177165

178166
### 💡Use your creativity and build the card however you want.
179167

180-
![localhost_5173_](https://github.com/DIGOARTHUR/github-automated-repos/assets/59892368/98510c73-5d74-4f99-bb12-45b71c4122da)
181-
168+
![portfolio_page](https://github.com/DIGOARTHUR/github-automated-repos/assets/59892368/05e5ab60-5851-4aab-911f-19227a75dc72)
182169

183170
</details>
184171

@@ -463,7 +450,7 @@ Array(0)
463450

464451
#### <a href="https://typicode.github.io/husky/#/"><img alt="Javascript" width="35" height="35" src="https://user-images.githubusercontent.com/59892368/210762527-ae3afe1f-fe36-46a9-98ad-35dbae4d1adf.svg"><a/> <a href="https://typicode.github.io/husky/#/"><img alt="Javascript" width="35" height="35" src="https://user-images.githubusercontent.com/59892368/219095611-551d532a-30fc-4873-b00e-0a8bbf8bb5ec.svg"><a/>
465452

466-
```typescript
453+
```jsx
467454
import './App.css';
468455
import { useGitHubAutomatedRepos, ProjectIcons, StackIcons, StackLabels, } from 'github-automated-repos';
469456
function App() {
@@ -477,6 +464,9 @@ Array(0)
477464
return (
478465
<div key={item.id}>
479466
467+
{/*Banner / Layout / Logo*/}
468+
<img src={item.banner}></img>
469+
480470
{/*Project Icons*/}
481471
{item.topics.map((icon) => {
482472
return (

0 commit comments

Comments
 (0)