Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jvictorfarias/git-info
- Owner: jvictorfarias
- License: mit
- Created: 2020-04-03T08:46:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T18:22:46.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T06:03:45.781Z (over 1 year ago)
- Topics: github-api, react-router-dom, reactjs, styled-components
- Language: JavaScript
- Homepage:
- Size: 4.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
### Repository 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