grighes / github-issues

Home Page:https://gitissues.netlify.com/#/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub last commit license

Github Favorite Issues

A front-end application using Vue.js to list GitHub issues and mark them as favorites.

Desktop

gif

Mobile

image1 image2 image2

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Lints and fixes files

yarn run lint

Run your unit tests

yarn run test:unit

Github API

Innitially I was trying to get the closed issues from the issue state endpoint. Then to each repositorie, call the api with the state endpoint to access the open and closed issues.

The problem was to make all requests without trigger the github rate limit: "For unauthenticated requests, the rate limit allows you to make up to 10 requests per minute." So, for practice purposes I choosed to use just the repositories endpoint:

GET /repos/:owner/:repo/issues

Meta

Glauber Righes – @grighesglauber.righes@gmail.com

About

https://gitissues.netlify.com/#/


Languages

Language:Vue 77.4%Language:JavaScript 18.4%Language:HTML 4.2%