GoStack

Github Explorer

This repository contain a application that lists GitHub's repositories in a ReactJS application named Github Explorer

💻 Tech:

  • React
  • Babel
  • Webpack
  • ESLint + Prettier
  • Styled Components

🏃 Run the project:

  # Clone this repository
  - git clone https://github.com/index325/GoStack-Github-Explorer.git
  
  # Enter project directory
  - cd GoStack-Github-Explorer
  
  # Install dependencies
  - yarn
  
  # Start the application
  - yarn start

🍴 Contributing

  • Fork this repository;
  • Create a branch for your features;
  • Push your branch.