Skip to content

An application that uses the GitHub API to fetch issues from a repository, data from my user profile and display them as a blog.

Notifications You must be signed in to change notification settings

kdumagalhaes/github-blog

Repository files navigation

GitHub blog!

screencapture

GitHub top language
Repository size
GitHub last commit

Click here to see the live demo!   

Description

An application that uses the GitHub API to fetch issues from a repository, data from my user profile and display them as a blog. I used SWR (Stale-While-Revalidate) techniques to deliver a performatic experience to the user and debounce techniques to prevent unnecessary API calls and improve performance.

User stories

  • User can see a list of issues as blog articles;
  • User can navigate into the articles;
  • User can access the article details page clicking on a article card on the main page;
  • User can search for articles using the search bar;

How to install:

npm install
npm run dev

Requirements:

Technologies

Made by Carlos 👋

About

An application that uses the GitHub API to fetch issues from a repository, data from my user profile and display them as a blog.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published