Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/viniciusbavosa/githubrepo
A study project taught by Sujeito Programador. It uses the GitHub API to fetch repositories and display their issues
https://github.com/viniciusbavosa/githubrepo
api github javascript react typescript vite
Last synced: about 1 month ago
JSON representation
A study project taught by Sujeito Programador. It uses the GitHub API to fetch repositories and display their issues
- Host: GitHub
- URL: https://github.com/viniciusbavosa/githubrepo
- Owner: viniciusbavosa
- Created: 2024-06-30T21:52:31.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-30T22:55:19.000Z (6 months ago)
- Last Synced: 2024-07-05T02:03:12.805Z (6 months ago)
- Topics: api, github, javascript, react, typescript, vite
- Language: TypeScript
- Homepage: https://github-repo-chi.vercel.app/
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHub Repository Fetcher
This is a study project developed to practice my knowledge of React and TypeScript. The application consumes the GitHub API to fetch and display issues for any repository entered by the user. It includes pagination and filters to narrow down the search for issues. This project serves as a practical exercise to improve skills in API integration, React, and TypeScript.
# Studies topics
Through developing this project, I learned the basics of React and its hooks, understanding how frameworks function. Working with TypeScript underscored the importance of type safety, teaching me how to properly type my code.
# Installation
```
Clone this repository
npm install
npm run dev
```