项目作者: williamlsh

项目描述 :
A React App implemented with React and React Router and bootstrapped with create-react-app.
高级语言: JavaScript
项目地址: git://github.com/williamlsh/github-battle-app.git
创建时间: 2018-04-26T09:55:17Z
项目社区:https://github.com/williamlsh/github-battle-app

开源协议:

下载


Github Battle Game

Github Battle: Battle your friends… and stuff.

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

Try the live demo: https://github-battle-app-uivxubbrxw.now.sh/



Screenshots

An awesome example image

An awesome example image

An awesome example image

An awesome example image



Folder Structure

  1. ├── README.md
  2. ├── package.json
  3. ├── public
  4. ├── favicon.ico
  5. ├── index.html
  6. └── manifest.json
  7. ├── src
  8. ├── App.css
  9. ├── App.js
  10. ├── App.test.js
  11. ├── utils
  12. └── api.js
  13. ├── index.css
  14. ├── index.js
  15. └── registerServiceWorker.js
  16. └── 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. 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 is hosted by Now, you should not miss having a try!