Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

bfukumori/github-blog

Repository files navigation

GitHub language count Repository size GitHub last commit License Stargazers github-blog

github-blog

AboutFeaturesHow it worksTech StackAuthorLicense

github-blog

About

📄 github-blog - A blog for issues from Github API.


Features

  • List user profile and stats using Github User API
  • List and filter issues from a repo using Github Search API
  • List a detailed version of the issue using GIthub Issue API
  • Responsive design

How it works

Pre-requisites

Before you begin, you will need to have the following tools installed on your machine: Git, Node.js In addition, it is good to have an editor to work with the code like VSCode

Running the application (web)

# Clone this repository
$ git clone git@github.com:bfukumori/github-blog.git

# Access the project folder in your terminal
$ cd github-blog

# Install the dependencies
$ npm install

# Run the application in development mode
$ npm run dev

Tech Stack

The following tools were used in the construction of the project:


Author

Bruno Fukumori

Bruno Fukumori

Twitter Badge Linkedin Badge Gmail Badge


License

This project is under the license MIT.