Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jvictorfarias/git-info

:octocat: Application to recover and show details about repositories on GitHub
https://github.com/jvictorfarias/git-info

github-api react-router-dom reactjs styled-components

Last synced: about 3 hours ago
JSON representation

:octocat: Application to recover and show details about repositories on GitHub

Awesome Lists containing this project

README

        

# Git Info - Detailed Information About Repositories

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/4fe3a106f6a74782829a2ae8189c59f0)](https://app.codacy.com/manual/jvictorfarias/git-info?utm_source=github.com&utm_medium=referral&utm_content=jvictorfarias/git-info&utm_campaign=Badge_Grade_Dashboard)
[![The MIT License](https://img.shields.io/badge/license-MIT-green.svg?style=flat-square)](http://opensource.org/licenses/MIT)
![GitHub last commit](https://img.shields.io/github/last-commit/jvictorfarias/git-info)

## Example

### Repository list


home

### Repository Details


details

## About the project

This project is a test for consuming GitHub API data and displaying some of that information to the user.

### Made with

- [React](http://facebook.github.io/react/) - Web framework to develop responsives SPA's with Javascript.
- [Axios](https://github.com/axios/axios) - HTTP client for web and node js.
- [Prop Types](https://github.com/facebook/prop-types) - Props validation for objects.
- [ESLint](https://eslint.org/) - O ESLint pluggin too for JS and JSX files.
- [react-router](https://reacttraining.com/react-router/) - React Router is a collection of navigational components that compose declaratively with your application
- [Styled-Components](https://styled-components.com/) - Use the best bits of ES6 and CSS to style your apps without stress.

### :memo: License

This project is developed unde the MIT license. See the [LICENSE](LICENSE.md) file to know more details.

Made with ❤️ by Joao Victor Farias