A GitHub API based application that allows you to add, remove and update repositories. This app was developed using React and Redux.
GitHub API to get repositories informations.
Axios to make asynchronous requests.
FontAwesome to get icons.
The project uses Node.js and the Create-React-App starter. If you do not have Node >= 6.x installed, you can download it here: Node.js
Once Node is installed, navigate to the directory where you want to store the app
git clone https://github.com/raphaellibellini/react-redux-repos-manager.git
npm install
Once all of the dependencies have been installed you can launch the app with
npm start
A new browser window should automatically open displaying the app. If it doesn't, navigate to http://localhost:3000/ in your browser