Skip to content

A GitHub API based application that allows you to add, remove and update repositories. This app was developed using React and Redux.

Notifications You must be signed in to change notification settings

raphaellibellini/react-redux-repos-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Repository Manager

A GitHub API based application that allows you to add, remove and update repositories. This app was developed using React and Redux.

The following resources were used:

GitHub API to get repositories informations.

Axios to make asynchronous requests.

FontAwesome to get icons.

screenshot of the app

How to start the app

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

About

A GitHub API based application that allows you to add, remove and update repositories. This app was developed using React and Redux.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published