Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eduardorodriguesf/github-explorer

React application from Gostack Bootcamp using Github API.
https://github.com/eduardorodriguesf/github-explorer

github-api gostack-bootcamp reactjs styled-components

Last synced: 15 days ago
JSON representation

React application from Gostack Bootcamp using Github API.

Awesome Lists containing this project

README

        


github_explorer

React application from Gostack Bootcamp using Github API.


About
Preview
What I learned
Technologies
Usage
License

🤔 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:
```bash
$ yarn
# or npm install
```
Run `start` script:
```bash
$ yarn start
# or npm start
```

📜 License

This project is under the MIT license