This repository contain a application that lists GitHub's repositories in a ReactJS application named Github Explorer
- React
- Babel
- Webpack
- ESLint + Prettier
- Styled Components
# 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
- Fork this repository;
- Create a branch for your features;
- Push your branch.