Git Wars is a web app build with react that compares two github profiles. It also features a Trending page which shows the trending accounts and projects in Github.
To setup the project locally you need npm or Yarn.
- npm
npm install # install the dependencies
npm start # run the server
- Yarn
yarn install # install the dependencies
yarn start # run the server
This project was bootstrapped with Create React App. You can find more information on how to perform common tasks here.