An open API service indexing awesome lists of open source software.

https://github.com/williamlsh/github-battle-app

A React App implemented with React and React Router and bootstrapped with create-react-app.
https://github.com/williamlsh/github-battle-app

react reactrouter

Last synced: 5 months ago
JSON representation

A React App implemented with React and React Router and bootstrapped with create-react-app.

Awesome Lists containing this project

README

          

# Github Battle Game

> Github Battle: Battle your friends... and stuff.
>
> A [React App](https://github-battle-app-uivxubbrxw.now.sh/) implemented with [React](https://reactjs.org/) and [React Router](https://github.com/ReactTraining/react-router) and bootstrapped with [create-react-app](https://github.com/facebook/create-react-app).
>
> Try the live demo: [https://github-battle-app-uivxubbrxw.now.sh/](https://github-battle-app-uivxubbrxw.now.sh/)

----

## Screenshots

![An awesome example image](screenshot/1.png "Image Title")

![An awesome example image](screenshot/2.png "Image Title")

![An awesome example image](screenshot/3.png "Image Title")

![An awesome example image](screenshot/4.png "Image Title")

----

## Folder Structure

```bash
├── README.md
├── package.json
├── public
│ ├── favicon.ico
│ ├── index.html
│ └── manifest.json
├── src
│ ├── App.css
│ ├── App.js
│ ├── App.test.js
│ ├── utils
│ │ └── api.js
│ ├── index.css
│ ├── index.js
│ └── registerServiceWorker.js
└── yarn.lock
```

## Getting started

- `Branch` and/or `clone` the repo locally.
- `cd` into it
- install all the require packages: `npm i`
- build the project: `npm run build`
- start the project: `npm start`

----

## Features

Type any two Github usernames as you like, it will process a battle results for you. Or you may like to compare any Github users with yourself. Try it, it's fun!

Blew are the tech stacks used in this project:

- React
- React Router

----

## Description

This is a project of TylerMcGinnis.com's [React Fundamentals course](https://github.com/tylermcginnis/react-fundamentals). I rewrite it on my own styles with the latest React features. I have to say this project is great and benefits me so much! Hope you new learner guys enjoy it and learn from it.

The [demo](https://github-battle-app-uivxubbrxw.now.sh/) is hosted by [Now](zeit.co), you should not miss having a try!