Skip to content

dgbragas/gostack__github-explorer

Repository files navigation

📖 Summary

About the project

Consuming GitHub API to get repositories and their open issues.

Principle libraries

  • axios: v0.19.2
  • polished: v3.6.5
  • styled-components: v5.1.1
  • typescript: v3.7.2

⚠️ Prerequisites

Running the application locally

  # Clonning the repository
  git clone https://github.com/dgbragas/gostack__github-explorer

  # Entering in the cloned folder
  cd gostack__github-explorer

  # Installing project dependencies (you can also use 'npm install')
  yarn

  # Running the application (it will run at http://localhost:3000)
  yarn install

Develop by @dgbragas at @Rocketseat GoStack Bootcamp