Github Blog
This application was developed as challenge of Ignite program by RocketSeat. The Github Blog app is a simple example of using the GitHub API to fetch issues from a repository, data from your profile and display them as a blog based on a design created by RocketSeat.
๐ป Overview
โ Features
-
Listing of your profile with image, number of followers, name and other information available via the GitHub API
-
List and filter all issues in the repository with a small summary of their content
-
List and filter all issues in the repository with a small summary of their content
-
Page to display a complete post (issue)
๐ Run project
Before you begin, you will need to have the following tools installed on your machine: Git, npm In addition, it is good to have an editor to work with the code like VSCode.
# Clone this repository
$ git clone https://github.com/KassiaMabily/ignite-shop.git
# go to the project folder
$ cd ignite-shop
# install dependencies
$ npm i
# run
$ npm run dev