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.
- Host: GitHub
- URL: https://github.com/williamlsh/github-battle-app
- Owner: williamlsh
- Archived: true
- Created: 2018-04-26T09:55:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T23:04:44.000Z (about 3 years ago)
- Last Synced: 2025-02-18T07:26:26.879Z (11 months ago)
- Topics: react, reactrouter
- Language: JavaScript
- Homepage: https://github-battle-app-uivxubbrxw.now.sh/
- Size: 1.59 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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




----
## 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!