React application from Gostack Bootcamp using Github API.
About • Preview • What I learned • Technologies • Usage • License
Github Explorer is a web application that allows you to browse through repositories. It is the first ReactJS application guided on GoStack Bootcamp
- Create fully functional ReactJS apps
- Use styled components
- Adoption of code patterns with ESLint and Prettier
- Consume APIs inside React
- ReactJS
- TypeScript
- Styled Components
- Code patterns
- ESLint
- Prettier
- EditorConfig
Install the dependencies:
$ yarn
# or npm install
Run start
script:
$ yarn start
# or npm start
This project is under the MIT license