Skip to content

EduardoRodriguesF/github-explorer

Repository files navigation

github_explorer

React application from Gostack Bootcamp using Github API.

AboutPreviewWhat I learnedTechnologiesUsageLicense

🤔 About

Github Explorer is a web application that allows you to browse through repositories. It is the first ReactJS application guided on GoStack Bootcamp

👁️ Preview

🧠 What I learned

  • Create fully functional ReactJS apps
  • Use styled components
  • Adoption of code patterns with ESLint and Prettier
  • Consume APIs inside React

🛠️ Technologies

  • ReactJS
  • TypeScript
  • Styled Components
  • Code patterns
    • ESLint
    • Prettier
    • EditorConfig

📋 Usage

Install the dependencies:

$ yarn
# or npm install

Run start script:

$ yarn start
# or npm start

📜 License

This project is under the MIT license