GitHub Blog is an application that uses the go GitHub API to fetch information from a user's profile and issues from a repository and display them as a blog.
github-blog-desktop.mp4
github-blog-mobile.mp4
- Show user profile information;
- Listing of all issues in a repository showing a summary of their content;
- Filtering of issues in the repository;
- Show information of the post (issue) and all its contents.
- Run the command:
npm install
.
- Run the command:
npm run dev
.