https://github.com/viniciusmeneses/gitcompare
:mag: React app to compare Github repositories
https://github.com/viniciusmeneses/gitcompare
github github-api react repositories styled-components
Last synced: 10 days ago
JSON representation
:mag: React app to compare Github repositories
- Host: GitHub
- URL: https://github.com/viniciusmeneses/gitcompare
- Owner: viniciusmeneses
- Created: 2018-12-05T21:01:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-07T02:20:26.000Z (over 7 years ago)
- Last Synced: 2025-04-12T23:28:53.366Z (about 1 year ago)
- Topics: github, github-api, react, repositories, styled-components
- Language: JavaScript
- Homepage: http://gitcompare.surge.sh
- Size: 710 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gitcompare
> React app to compare stats from Github repositories.
I used React and the following libraries to develop **gitcompare**:
- [Axios](https://github.com/axios/axios)
- [Moment](https://momentjs.com/)
- [Font-awesome](https://fontawesome.com/)
- [Styled-components](https://www.styled-components.com/)
[**Demo available here!**](http://gitcompare.surge.sh)
## Using
First of all, you need to clone or download this repository.
```
git clone https://github.com/viniciusmeneses/gitcompare.git
```
Go to the **gitcompare** folder and install the dependencies
```
npm install
```
Run one of the following commands to start use locally **gitcompare**:
```
// Starts development webserver
npm start
// Builds the application to production
npm run build
```