Github Explorer is a project that uses API from GitHub to create a mini organized list of repositories and their issues.
The idea of this mini project is just to boost my abilities with React.js, Typescript, and Styled Components.
- Add a repository from GitHub (example: 'facebook/react') and see their issues.
- Pagination of the issues with Back and Next buttons.
The application was developed with Typescript using the framework ReactJS and Styled-Components for visual proposes.
I'm using Github API to collect all the information about the repository and their issues.
Clone the repository:
$ git clone https://github.com/paulo-carvalho93/github-explorer.git # API
$ cd github-explorer
# Installing project dependencies.
$ yarn # or npm install
# Start Web Project
$ yarn start # or npm start
# Do you want to publish ?
$ yarn build # or npm build
# Static files for web will be saved in the `public` folder
