Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/eduardorodriguesf/github-explorer
- Owner: EduardoRodriguesF
- License: mit
- Created: 2020-11-09T16:19:58.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-10T14:40:26.000Z (about 4 years ago)
- Last Synced: 2024-11-12T10:11:31.910Z (3 months ago)
- Topics: github-api, gostack-bootcamp, reactjs, styled-components
- Language: TypeScript
- Homepage:
- Size: 514 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
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