Skip to content

ciscoproo0/git-repositories

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

yarn

Run the project

yarn dev

or NPM

Download all dependencies

npm install

Run the project

npm run dev

Francisco Silva / francisco.prosilva@gmail.com