Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thiagohrcosta/github-blog
The GitHub Issues Blog is a React.js and TypeScript-based project developed as part of the Rocketseat ReactJS formation. This application leverages ViteJS to provide a fast and efficient development environment. The primary goal of this project is to create a dynamic blog interface by utilizing the GitHub API to fetch and display issues.
https://github.com/thiagohrcosta/github-blog
axios react-router-dom reactjs styled-components typescript vite
Last synced: 20 days ago
JSON representation
The GitHub Issues Blog is a React.js and TypeScript-based project developed as part of the Rocketseat ReactJS formation. This application leverages ViteJS to provide a fast and efficient development environment. The primary goal of this project is to create a dynamic blog interface by utilizing the GitHub API to fetch and display issues.
- Host: GitHub
- URL: https://github.com/thiagohrcosta/github-blog
- Owner: thiagohrcosta
- Created: 2024-08-15T21:24:45.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-25T16:58:47.000Z (3 months ago)
- Last Synced: 2024-10-10T17:22:00.882Z (about 1 month ago)
- Topics: axios, react-router-dom, reactjs, styled-components, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 772 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Github Blog
![image](https://github.com/user-attachments/assets/8a7cdbf3-a861-48b7-a896-b3125a6280c9)
The **GitHub Issues Blog** is a React.js and TypeScript-based project developed as part of the [Rocketseat](https://rocketseat.com.br/) ReactJS formation. This application leverages ViteJS to provide a fast and efficient development environment. The primary goal of this project is to create a dynamic blog interface by utilizing the GitHub API to fetch and display issues from a repository.## Features
- **Profile Display**: Showcase your GitHub profile with all the essentials—profile picture, follower count, name, and more—directly pulled from the GitHub API.
- **Issues Listing & Filtering**: Browse and filter through all issues from a specified repository, with each issue summarized for easy viewing.
- **Detailed Issue View**: Dive deep into any issue with a dedicated page that presents the full content, just like reading a blog post