项目作者: ciscoproo0

项目描述 :
List git projects, based on url params
高级语言: JavaScript
项目地址: git://github.com/ciscoproo0/git-repositories.git
创建时间: 2020-02-21T19:47:57Z
项目社区:https://github.com/ciscoproo0/git-repositories

开源协议:

下载


Github Repository and Issue Lister


An interface to add repositories and list issues from each repository.

For this project, it was used some key concepts from ReactJS such as BrowserRouter, Switch and Route for navigation, api calls using Axios, Component State, some lifecycle component methods (componentDidMount, componentDidUpdate) and Styled Components for CSS. The info is stored in browser storage.

App structure:

  • App
    • Container (holds main CSS)
      • Main
      • Repository

Here is images from project

Main Page

Main

Issues Page

Issues


Try it for yourself

clone the project and run using Yarn:

Download all dependencies:

  1. yarn

Run the project

  1. yarn dev

or NPM

Download all dependencies

  1. npm install

Run the project

  1. npm run dev

Francisco Silva / francisco.prosilva@gmail.com