sedstan / Github-React

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

Home Page:https://sedstan-github-react.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://sedstan-github-react.netlify.com/

License:MIT License


Languages

Language:JavaScript 75.4%Language:HTML 14.7%Language:SCSS 9.9%