Skip to content

viniciusmeneses/gitcompare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitcompare

React app to compare stats from Github repositories.

I used React and the following libraries to develop gitcompare:

Demo available here!

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