A React App implemented with React and React Router and bootstrapped with create-react-app.
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/
├── 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
Branch
and/or clone
the repo locally.cd
into itnpm i
npm run build
npm start
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:
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!