/Github-battle

A project handcrafted to learn Reactjs.

Primary LanguageJavaScript

Github Battle

An open, extensible, platform for github users to track top repositories of various programming languages.
Try out Github Battle's hosted version at www.react-githubbattle.netlify.app.com.

screenshot

Installation

Github Battler requires the following dependencies:

Local Development

For contributing features and fixes you can quickly get an environment running using Docker by following these steps:

  1. Install these dependencies if you don't already have them
    1. Node.js (v12 LTS preferred)
    2. Npm
  2. Clone this repo
  3. Run npm install, this wil download dependencies.
  4. Run npm run start to run the server in development mode.

Contributing

Github Battle was built to learn reactjs. I am not accepting any contributions, feel free to fork this repository and use this however you want.