Skip to content

Example app made with React, Redux, Redux Thunk, React Router v4, styled-components, apisauce/axios.

Notifications You must be signed in to change notification settings

saadibrahim/react-redux-gists

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Redux Gists

Example React Single Page app that uses the Github Gist API to get a user's public gists, here's what components and libs are used:

  • create-react-app to bootstrap the app.
  • React JS
  • Redux + Redux Thunk + Redux Dev Tools
  • react-router v4
  • styled-components (including theming)
  • apisauce

Running the app in your browser

To run the app you need yarn package manager. Once you have yarn installed, clone the repo and navigate to it's directory in terminal and run the following commands:

## to install the dependencies
yarn
## to run the app
yarn start

Demo here:

https://saadibrah.im/react-redux-gists/

Screenshots:

Home/Search: Home

Results: Search

Single Gist: Single

About

Example app made with React, Redux, Redux Thunk, React Router v4, styled-components, apisauce/axios.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published