Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```