Skip to content

A simple React app utilising Create React App and Github API to create a user profile card with repos

License

Notifications You must be signed in to change notification settings

sedstan/Github-React

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github-React

Codacy Badge Build Status Netlify Status

Description

This app utilises the Facebook Create React App generator.

Github-React sources data using the Github API v4. It then reduces down using Redux. Once reduced, the data is passed onto a Data Container component. The data can then be used by the presentational comonents.

Technologies

Installation and Usage

Installation

  1. Clone or fork this repository.

  2. Type yarn install at the root of the project folder. This will create a yarn.lock file listing all dependencies of the project.

  3. To add Sass to your project visit the CRA documentation here.

  4. You will need to create a personal token in your Github account to use with the api.

Usage

  1. Once your project is set up you will need to create a config folder and file inside your src folder.
	github-react/
	|-- src/
	|    |-- config/
			|-- config.js

About

A simple React app utilising Create React App and Github API to create a user profile card with repos

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published