Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/davidesantangelo/github-search-react

Simple fetching data from GitHub API with react and axios.
https://github.com/davidesantangelo/github-search-react

axios github-api javascipt javascript react

Last synced: about 1 month ago
JSON representation

Simple fetching data from GitHub API with react and axios.

Awesome Lists containing this project

README

        

# github-search

## About

This is my first react application. I just implemented a little wrapper around GitHub search API. For data fetching i used axiox library that provide a promise based HTTP client for the browser and node.js.

https://www.npmjs.com/package/axios

## Live

https://search-github-engine.herokuapp.com

## Run

npm install, npm start