The result of my very first ReactJS basic course. The app runs a github battle game between 2 opponents.
##Steps of the battle
- Type player1 github name
- Type player2 github name
- Review the infos from the two players
- Run the incredibly complex(??) algorithm and see who's the winner.
- Start over
npm install
npm start
and then open the browser at http://localhost:8080
This is my very first experiment in learning with React following the lovely free basic course from
@tylermcginnis33.
stuff used:
- react
- react-router
- axios
- re-base for connecting to Firebase
- babel to transpile JSX and some ES6 to JS
- webpack
- style,css loader
- react-addons-css-transition-group
- bootstrap